generated from rostegg/babylonjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.64 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
42
43
44
45
46
47
48
49
50
{
"name": "babylon-npm-webpack-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for Babylon.js",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --config ./webpack.config.js --open --hot --color",
"prod": "NODE_ENV=production webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "rostegg",
"license": "MIT",
"bugs": {
"url": "https://github.com/rostegg/babylonjs-boilerplate/issues"
},
"homepage": "https://github.com/rostegg/babylonjs-boilerplate#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.1",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"raw-loader": "^2.0.0",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^4.6.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.1.3",
"webpack-livereload-plugin": "^2.1.1"
},
"dependencies": {
"babylonjs": "^4.0.2",
"babylonjs-loaders": "^4.0.2",
"babylonjs-materials": "^4.0.2"
}
}