-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "dy-vue-template",
"version": "0.1.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"report": "vue-cli-service build --report",
"flow": "flow"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"ant-design-vue": "^1.3.9",
"axios": "^0.19.0",
"bizcharts": "^3.5.4",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"fs": "0.0.1-security",
"js-cookie": "^2.2.0",
"mavon-editor": "^2.7.5",
"nprogress": "^0.2.0",
"register-service-worker": "^1.6.2",
"showdown": "^1.9.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"v-charts": "^1.19.0",
"viser-vue": "^2.4.6",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-preset-flow": "^6.23.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"flow-bin": "^0.102.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mockjs": "^1.0.1-beta3",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"vue-i18n": "^8.11.2",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.10"
}
}