-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 3.04 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
102
{
"name": "bortusui",
"version": "0.1.0",
"description": "Bortus数据平台",
"author": "Orvillex.com",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"mock": "cd mock && ts-node-dev mock-server.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/OrvilleX/BortusUI.git"
},
"bugs": {
"url": "https://github.com/OrvilleX/BortusUI/issues"
},
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.21.0",
"clipboard": "^2.0.6",
"echarts": "^4.2.1",
"echarts-gl": "^1.1.1",
"echarts-wordcloud": "^1.1.3",
"element-ui": "^2.13.2",
"fuse.js": "^6.4.3",
"js-cookie": "^2.2.0",
"jsencrypt": "^3.0.0-rc.1",
"mavon-editor": "^2.9.0",
"monaco-editor": "^0.21.2",
"normalize.css": "^7.0.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^2.4.0",
"qs": "^6.9.4",
"screenfull": "^5.0.2",
"socket.io-client": "^1.7.4",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-count-to": "^1.0.13",
"vue-cron": "^1.0.9",
"vue-echarts": "^5.0.0-beta.0",
"vue-highlightjs": "^1.3.3",
"vue-image-crop-upload": "^2.5.0",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.4.9",
"vue-socket.io-extended": "^4.2.0",
"vuex": "^3.6.0",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"wangeditor": "^4.5.3",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.9",
"@types/echarts": "^4.9.2",
"@types/express": "^4.17.9",
"@types/faker": "^5.1.5",
"@types/jest": "^26.0.19",
"@types/js-cookie": "^2.2.0",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.12",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-unit-jest": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.1.0",
"cors": "^2.8.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"express": "^4.17.1",
"faker": "^5.1.0",
"lint-staged": "^10.5.3",
"monaco-editor-webpack-plugin": "^2.1.0",
"morgan": "^1.10.0",
"prettier": "^1.19.1",
"sass": "^1.29.0",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.5",
"svg-sprite-loader": "^5.2.1",
"svgo": "^1.3.2",
"ts-jest": "^26.4.4",
"ts-node-dev": "^1.0.0",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.12"
}
}