-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
56 lines (56 loc) · 1.77 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
51
52
53
54
55
56
{
"name": "bizarro",
"version": "1.0.0",
"scripts": {
"start": "npm run development",
"build": "webpack -p --progress --config webpack.config.build.js",
"development": "cross-env NODE_ENV=dev webpack-dev-server --progress --config webpack.config.development.js",
"lint": "eslint *.js",
"deploy": "cross-env git subtree push --prefix public origin gh-pages"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"auto-bind": "^4.0.0",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"cname-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.1",
"css-loader": "^5.0.1",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^4.0.0",
"fontfaceobserver": "^2.1.0",
"glslify-loader": "^2.0.0",
"gsap": "^3.2.2",
"html-inline-css-webpack-plugin": "^1.9.1",
"html-webpack-plugin": "^3.2.0",
"include-media": "^1.4.9",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^4.12.0",
"nodelist-foreach-polyfill": "^1.2.0",
"normalize-wheel": "^1.0.1",
"ogl": "0.0.60",
"postcss-loader": "^4.1.0",
"prefix": "^1.0.0",
"pug": "~2.0.0-rc.2",
"pug-loader": "^2.4.0",
"raw-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"stats.js": "^0.17.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1"
}
}