-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "client-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./src",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@surfnet/sds": "^0.0.159",
"detect-browser": "^5.3.0",
"dompurify": "^3.3.1",
"i18n-js": "^4.5.1",
"isomorphic-dompurify": "^2.34.0",
"js-cookie": "^3.0.5",
"jsondiffpatch": "^0.7.3",
"luxon": "^3.7.2",
"react": "^19.2.3",
"react-datepicker": "^9.0.0",
"react-dom": "^19.2.3",
"react-image-crop": "^11.0.10",
"react-router-dom": "^7.12.0",
"react-select": "^5.10.2",
"react-tooltip": "^5.30.0",
"use-debounce": "^10.1.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.25",
"globals": "^16.5.0",
"http-proxy-middleware": "^3.0.5",
"sass": "^1.97.3",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.18"
}
}