-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 802 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
34
{
"name": "earth-explorer",
"version": "1.0.0",
"private": true,
"repository": "",
"author": "",
"license": "MIT",
"dependencies": {
"@types/dat.gui": "^0.7.9",
"@types/stats": "^0.16.30",
"dat.gui": "^0.7.9",
"gl-matrix": "^3.4.3",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@webgpu/types": "^0.1.30",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"start": "webpack serve",
"sketch": "http-server -o /sketches"
}
}