-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.27 KB
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
42
{
"name": "burnshader",
"version": "0.0.0",
"description": " ",
"license": "MIT",
"keywords": [],
"repository": "",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"htmllint-loader": "^1.3.8",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.1.1",
"sass-loader": "^6.0.6",
"url-loader": "^0.6.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"animate.css": "^3.5.2",
"dat.gui": "^0.6.1",
"gsap": "^1.20.3",
"howler": "^2.0.5",
"jquery": "^3.2.1",
"stats.js": "^0.17.0",
"three": "^0.88.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --progress --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
}
}