-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./src",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@surfnet/sds": "^0.0.162",
"@vitejs/plugin-react": "^5.1.0",
"dompurify": "^3.4.0",
"i18n-js": "^4.5.1",
"isomorphic-dompurify": "^3.0.0",
"js-cookie": "^3.0.7",
"lodash.debounce": "^4.0.8",
"luxon": "^3.7.1",
"react": "^19.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "9.1.0",
"react-dom": "^19.1.1",
"react-router": "7.15.1",
"react-router-dom": "7.15.1",
"react-select": "^5.10.2",
"react-tooltip": "^5.29.1",
"timeago.js": "^4.0.2",
"tough-cookie": "^6.0.0",
"word-wrap": "^1.2.5",
"zustand": "^5.0.7"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^10.0.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"eslint": "^10.0.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"http-proxy-middleware": "^3.0.5",
"nth-check": "^2.1.1",
"react-json-view-lite": "^2.4.2",
"sass": "^1.90.0",
"vite": "^7.3.5",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.8"
},
"resolutions": {
"nth-check": "^2.1.1",
"tough-cookie": "^6.0.0",
"word-wrap": "^1.2.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}