-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 975 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
{
"name": "gta2",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack --config webpack.config.js --color --progress",
"build:prod": "NODE_ENV=production npm run build",
"watch": "npm run build -- --watch",
"prettier": "node_modules/.bin/prettier --single-quote --trailing-comma es5 --write src/**/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify": "^0.3.0",
"babel-minify-webpack-plugin": "^0.3.0",
"babel-preset-env": "^1.6.1",
"express": "^4.16.2",
"raw-loader": "^0.5.1",
"webpack-sources": "^1.0.1"
},
"devDependencies": {
"file-loader": "^1.1.6",
"gl-matrix": "^2.4.0",
"prettier": "^1.10.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-glsl-loader": "^1.0.1"
}
}