-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.81 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.81 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": "final-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@babylonjs/core": "^8.32.0",
"@babylonjs/loaders": "^8.32.0",
"@dnd-kit/core": "^6.3.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/x-tree-view": "^8.18.0",
"@react-spring/konva": "^10.0.3",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-table": "^8.21.3",
"@types/react": "^18.3.25",
"axios": "^1.13.1",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.5",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^12.23.24",
"konva": "^10.0.2",
"lucide-react": "^0.546.0",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-babylonjs": "^3.2.4",
"react-dom": "^18.3.1",
"react-hook-form": "^7.65.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-konva": "^18.2.14",
"react-konva-utils": "^2.0.0",
"react-router-dom": "^7.9.3",
"tailwindcss": "^4.1.14",
"zundo": "^2.3.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/react-dom": "^18.3.3",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"msw": "^2.11.6",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^6.0.5",
"typescript": "~5.8.3",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.7"
},
"msw": {
"workerDirectory": [
"public"
]
}
}