-
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) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "npx tsc && vite build"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/three": "^0.174.0",
"@types/toastr": "^2.1.43",
"axios": "^1.7.4",
"laravel-vite-plugin": "^1.1.1",
"tailwindcss": "^4.0.8",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.8",
"@types/d3": "^7.4.3",
"cannon-es": "^0.20.0",
"d3": "^7.9.0",
"tailwindcss-animated": "^2.0.0",
"three": "^0.174.0",
"three.interactive": "^1.8.0",
"toastr": "^2.1.4"
}
}