-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 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
{
"name": "reyaeger-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "tsc -b && vite build",
"build:release": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@reduxjs/toolkit": "^2.11.2",
"@rpldy/upload-button": "^1.13.0",
"@rpldy/uploady": "^1.13.0",
"@tailwindcss/vite": "^4.2.2",
"@types/d3": "^7.4.3",
"bufferutil": "^4.1.0",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"jsdom": "^29.0.1",
"lodash-es": "^4.17.23",
"luxon": "^3.7.2",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-hotkeys-hook": "^5.2.4",
"react-redux": "^9.2.0",
"react-router": "^7.13.2",
"redux-logger": "^3.0.6",
"svg-path-properties": "^2.0.2",
"tailwindcss": "^4.2.2",
"usehooks-ts": "^3.1.1",
"uuid": "^13.0.0",
"vite-bundle-analyzer": "^1.3.6",
"vite-plugin-zip-pack": "^1.2.4",
"vitest": "^4.1.2",
"ws": "^8.20.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.7.1",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/redux-logger": "^3.0.13",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.0",
"vite": "^8.0.1"
}
}