-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
35
36
37
38
{
"name": "sf-fog",
"version": "0.0.0",
"description": "3d mini model of sf fog",
"main": "build/index.js",
"scripts": {
"build": "webpack",
"build:dev": "webpack -w",
"start:dev": "webpack-dev-server --content-base ./build --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webgl",
"fog",
"weather"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"postcss-loader": "^0.11.0",
"pug": "^2.0.0-beta5",
"pug-loader": "^2.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"lodash": "^4.15.0",
"three": "^0.80.1"
}
}