forked from MisterPrada/Pocket-Saber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 671 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 671 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
30
{
"name": "pocket-saber-misterprada",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"handshake": "node handshake.js"
},
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"create-server": "^1.0.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"qrcode": "^1.5.3",
"three": "^0.156.1",
"vite": "^4.5.0",
"vite-plugin-glsl": "^1.0.2",
"vite-plugin-glslify": "^2.0.2",
"ws": "^8.14.2"
},
"dependencies": {
"gsap": "^3.7.1",
"stats.js": "^0.17.0",
"tweakpane": "^4.0.1"
}
}