-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "project",
"version": "1.0.0",
"private": true,
"author": "Autho",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.18.2",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.28.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-es5": "^1.0.9",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"lint-staged": "^4.0.3",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.2",
"style-loader": "^0.19.0",
"webpack": "^3.5.5"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"babel-preset-stage-2": "^6.24.1",
"core-js": "^2.4.1",
"csso": "^3.1.1",
"csso-webpack-plugin": "^1.0.0-beta.7",
"es6-collections": "^0.5.6",
"es6-promise-polyfill": "^1.2.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.2",
"imports-loader": "^0.7.0",
"save": "^2.3.1",
"stylefmt": "^6.0.0",
"stylelint-config-standard": "^17.0.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"vue": "^2.4.2",
"vue-loader": "^13.0.2",
"vue-template-compiler": "^2.4.2",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-notifier": "^1.5.0",
"whatwg-fetch": "^2.0.1"
}
}