-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
package.json
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
{
"name": "roguetemplateproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"author": "",
"license": "ISC",
"dependencies": {
"@croquet/croquet": "^1.1.0",
"@types/three": "^0.165.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"express": "^4.17.1",
"glob": "7.1.6",
"mkcert": "^1.4.0",
"readable-stream": "^4.5.2",
"stream-browserify": "^3.0.0",
"three": "^0.165.0",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"cross-env": "^5.2.1",
"esbuild-loader": "2.16.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"tslib": "^1.9.3",
"typescript": "^5.4.5",
"webpack": "5.68.0",
"webpack-cli": "4.9.2",
"webpack-merge": "^5.7.3"
}
}