-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 998 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": "killCube",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --content-base public/ --history-api-fallback",
"build": "webpack",
"lint": "eslint app/*.js "
},
"repository": "[email protected]:iamsail/killCube.git",
"author": "iamsail <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^7.1.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.1",
"eslint": "^4.3.0",
"json-loader": "^0.5.4",
"postcss-loader": "^2.0.5",
"style-loader": "^0.17.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.4.5"
},
"devDependencies": {
"extract-text-webpack-plugin": "^3.0.0",
"uglify-es": "git://github.com/mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^0.4.6"
}
}