-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
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
38
39
40
41
{
"name": "threejs-earthAtmos",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --watch --config ./webpack.config.js --progress --mode development",
"build": "rm -rf ./dist && webpack --config ./webpack.prod.js"
},
"keywords": [],
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^0.28.4",
"csv-loader": "^2.1.1",
"express": "^4.15.3",
"file-loader": "^0.11.2",
"html-minimizer-webpack-plugin": "^3.5.0",
"jsdom": "^19.0.0",
"sass": "^1.50.1",
"sass-loader": "^7.2.0",
"sitemap-webpack-plugin": "^1.1.1",
"style-loader": "^0.18.2",
"terser-webpack-plugin": "^5.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^3.11.3",
"webpack-livereload-plugin": "^1.2.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^4.1.0",
"xml-loader": "^1.2.1"
},
"dependencies": {
"lodash": "^4.17.21",
"node": "^17.7.2",
"three": "^0.139.2"
}
}