-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "知识图谱",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --config client/vite.config.js",
"build": "vite build --config client/vite.config.js",
"preview": "vite preview --config client/vite.config.js",
"start-server": "node server/server.js",
"start-all": "concurrently \"npm run dev\" \"npm run start-server\""
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.13.5",
"axios": "^1.10.0",
"cors": "^2.8.5",
"d3-force": "^3.0.0",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.5.2",
"concurrently": "^9.2.0",
"vite": "^6.3.5"
}
}