-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
{
"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"
},
"resolutions": {
"lodash": "^4.18.1",
"vite": "^8.0.9",
"brace-expansion": "^5.0.5",
"follow-redirects": "^1.16.0"
},
"dependencies": {
"@surfnet/sds": "^0.0.163",
"chart.js": "^4.5.1",
"detect-browser": "^5.3.0",
"dompurify": "^3.4.3",
"html2canvas": "^1.4.1",
"i18n-js": "^4.5.3",
"isomorphic-dompurify": "^3.13.0",
"js-cookie": "^3.0.5",
"jsondiffpatch": "^0.7.6",
"luxon": "^3.7.2",
"react": "^19.2.6",
"react-chartjs-2": "^5.3.1",
"react-datepicker": "^9.0.0",
"react-dom": "^19.2.6",
"react-image-crop": "^11.0.10",
"react-json-view-lite": "^2.5.0",
"react-router-dom": "^7.15.1",
"react-select": "^5.10.2",
"react-tooltip": "^5.30.1",
"use-debounce": "^10.1.1",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^10.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.6.0",
"http-proxy-middleware": "^4.0.0",
"sass": "^1.99.0",
"vite": "^8.0.13",
"vite-plugin-svgr": "^5.2.0",
"vitest": "^4.1.6"
}
}