This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
77 lines (77 loc) · 2.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Vue-Element-Starter",
"version": "1.0.0",
"description": "Vue-Element-Starter",
"main": "client/index.js",
"scripts": {
"test": "testcafe all tests/index.js --app \"npm run dev\" --app-init-delay 10000",
"build": "webpack --config build/webpack.prod.js",
"dev": "node build/server.js",
"lint": "eslint client/* --ext .js --ext .vue",
"generate_default_styles": "et -i ./client/styles/element-variables.css",
"generate_theme": "et -c ./client/styles/element-variables.css"
},
"author": "Vladimir Metnev <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.23.0",
"element-ui": "^1.2.9",
"material-design-icons": "^3.0.1",
"normalize.css": "^6.0.0",
"vue": "^2.3.0",
"vue-router": "^2.5.2",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.1.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-vue-app": "^1.2.0",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^1.1.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"element-theme": "^0.7.1",
"element-theme-default": "^1.3.0-beta.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^1.7.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-testcafe": "^0.2.1",
"eslint-plugin-vue": "^2.0.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"node-sass": "^4.5.2",
"offline-plugin": "^4.7.0",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"preload-webpack-plugin": "^1.2.2",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"testcafe": "^0.15.0",
"vue-loader": "^12.0.2",
"vue-template-compiler": "^2.3.0",
"webpack": "2.4.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}