-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1004 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
37
{
"name": "@space/simulator",
"version": "1.0.0",
"description": "A simple Three.js application with Webpack",
"main": "src/js/main.js",
"scripts": {
"unzip": "node unzip.js",
"start": "webpack serve --mode development --open",
"build": "webpack --mode production && ls -al public"
},
"author": "Joao Montenegro",
"license": "ISC",
"dependencies": {
"@andersonmancini/lens-flare": "^1.0.1",
"cannon": "^0.6.2",
"cannon-es-debugger": "^1.0.0",
"dat.gui": "^0.7.9",
"mathjs": "^12.4.1",
"path": "^0.12.7",
"process": "^0.11.10",
"stats.js": "^0.17.0",
"tapable": "^2.2.1",
"three": "^0.152.2",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}