-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.1 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "vue-components-web",
"version": "0.0.3",
"description": "这里封装了大量vue常用组件,能满足绝大部分前端开发需求",
"main": "src/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --inline --hot --compress --history-api-fallback --config build/webpack.dev.config.js",
"build": "cross-env node ./build/build.js",
"autobuild": "cross-env node ./build/auto_build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iview/iview-admin.git"
},
"author": "husanfeng",
"license": "MIT",
"dependencies": {
"@types/file-saver": "^0.0.1",
"accounting": "^0.4.1",
"axios": "^0.15.3",
"babel-core": "^6.26.3",
"clipboard": "^1.5.12",
"countup": "^1.8.2",
"crypto-js": "^3.1.9-1",
"echarts": "^3.7.2",
"element-ui": "^2.0.0",
"html2canvas": "^0.5.0-beta4",
"iview": "^2.14.1",
"mockjs": "^1.0.1-beta3",
"js-cookie": "^2.1.3",
"miment": "^0.0.8",
"moment": "^2.22.2",
"rasterizehtml": "^1.2.4",
"simplemde": "^1.11.2",
"sortablejs": "^1.6.1",
"tinymce": "^4.7.1",
"vue": "^2.5.2",
"vue-fullcalendar": "^1.0.9",
"vue-i18n": "^5.0.3",
"vue-router": "^2.8.1",
"vuex": "^2.5.0",
"vuedraggable": "^2.16.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^8.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.4.1",
"babel-plugin-component": "^0.10.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.11.6",
"chalk": "^2.3.0",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.2.0",
"css-loader": "^0.23.1",
"es6-promise": "^4.1.1",
"eslint": "^3.19.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extend": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^2.28.0",
"inquirer": "^4.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"ora": "^1.3.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"style-loader": "^0.13.1",
"unsupported": "^1.1.0",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.0.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^2.2.1",
"webpack-dev-server": "2.7.1",
"webpack-merge": "^3.0.0"
},
"bugs": {
"url": "https://github.com/iview/iview-admin/issues"
},
"homepage": "https://github.com/iview/iview-admin#readme"
}