-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 776 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
31
32
33
{
"name": "geometry-jungle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run build && npm run serve",
"build": "webpack",
"serve": "webpack serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"npm-run-all": "^4.1.5",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-middleware": "^5.2.2",
"webpack-dev-server": "^3.11.3",
"webpack-hot-middleware": "^2.25.1"
},
"dependencies": {
"@types/three": "^0.131.0",
"dat.gui": "^0.7.7",
"http-server": "^14.0.0",
"stats.js": "^0.17.0",
"three": "^0.132.2",
"ts-node": "^10.4.0"
}
}