This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.88 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
57
58
59
60
61
62
{
"private": true,
"browser": {
"vue": "vue/dist/vue.common"
},
"author": "Sane",
"license": "MIT",
"scripts": {
"build": "webpack --config ./build/webpack.config.prod.js --progress --colors --display-error-details",
"dev": "webpack --config ./build/webpack.config.dev.js --progress --colors --display-error-details --watch"
},
"dependencies": {
"axios": "^0.15.3",
"es6-promise": "^4.0.5",
"headroom.js": "^0.9.3",
"ladda": "^1.0.0",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"normalize.css": "^3.0.3",
"vue": "^2.1.8",
"vue-router": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-vue": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"node-sass": "^4.4.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-assets": "^4.1.0",
"postcss-calc": "^5.3.1",
"postcss-loader": "^1.2.1",
"postcss-scss": "^0.4.0",
"precss": "^1.4.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"stylelint-webpack-plugin": "^0.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue-loader": "^10.0.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.8",
"vue-template-es2015-compiler": "1.5.0",
"webpack": "^2.2.0-rc.3",
"webpack-livereload-plugin": "^0.9.0"
}
}