-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 967 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
{
"name": "happynewyear",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack.dev.js --progress --display-error-details",
"build": "webpack --config ./webpack.prod.js --mode production --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"aframe": "^1.0.1",
"hammerjs": "^2.0.8",
"three": "^0.111.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-inject-plugin": "^3.1.0",
"html-webpack-injector": "^1.1.2",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.2",
"uglify-es": "^3.3.9",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}