-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "GGStars",
"version": "1.0.0",
"description": "GGStars landing",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=developement&& webpack --config webpack.config.es6",
"build": "set NODE_ENV=production&& webpack --config webpack.config.es6"
},
"author": "SCS",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-webpack": "^6.4.3",
"babel-preset-stage-0": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"csslint-loader": "^1.0.0",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"html-webpack-pug-plugin": "0.0.3",
"htmlhint-loader": "^1.1.2",
"kouto-swiss": "^1.0.0",
"lodash": "^4.17.4",
"pug": "^0.1.0",
"pug-html-loader": "^1.1.0",
"purifycss-webpack": "^0.6.2",
"purifycss-webpack-plugin": "^2.0.3",
"style-loader": "^0.13.1",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3",
"webpack-info-plugin": "^0.1.0"
}
}