-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "ued_apiserver",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^2.6.11",
"element-ui": "^2.13.1",
"jquery": "^3.5.1",
"mavon-editor": "^2.8.3",
"mockjs": "^1.1.0",
"module": "^1.2.5",
"qrcode.vue": "^1.7.0",
"terser-webpack-plugin": "^3.0.2",
"tocbot": "^4.11.1",
"vm2": "^3.9.2",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.6",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11"
},
"description": "```\r npm install\r ```",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "[email protected]:we7coreteam/ued_document.git"
},
"author": "",
"license": "ISC"
}