-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "3dcommunity",
"version": "1.0.0",
"description": "3dccommunity for changcheng Peninsula",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server --mode development --inline --config webpack.config.js",
"build": "webpack --mode production --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "chenqiyu & nixiaoyao",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^4.0.0-beta.8",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.8.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"@tweenjs/tween.js": "18.1.2",
"axios": "^0.19.0",
"earcut": "^2.1.5",
"echarts": "^4.2.1",
"stats-js": "1.0.1",
"three": "^0.107.0",
"three-obj-mtl-loader": "^1.0.3",
"three-orbitcontrols": "^2.102.2",
"threebsp": "^1.0.4"
}
}