-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.14 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
{
"name": "adsionli_manager",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-dev": "vue-cli-service build --env development",
"build-prod": "vue-cli-service build --env production"
},
"dependencies": {
"axios": "^0.26.0",
"babel-preset-es2015": "^6.24.1",
"clipboard": "^2.0.10",
"core-js": "^3.6.5",
"default-passive-events": "^2.0.0",
"diff-match-patch": "^1.0.5",
"echarts": "^5.3.2",
"element-plus": "^2.0.2",
"highlight.js": "^11.3.1",
"html2canvas": "^1.4.1",
"masonry-layout": "^4.2.2",
"md-editor-v3": "^2.0.0",
"register-service-worker": "^1.7.2",
"spark-md5": "^3.0.2",
"transformation-matrix": "^1.14.0",
"typeit": "^7.0.4",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-echarts": "^6.0.3",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-webpack-plugin": "^6.5.3"
},
"devDependencies": {
"@element-plus/icons-vue": "^1.0.0",
"@types/diff-match-patch": "^1.0.32",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"node-sass": "^7.0.1",
"sass": "^1.49.8",
"sass-loader": "^7.3.1",
"style-resources-loader": "^1.4.1",
"typescript": "~4.1.5",
"typescript-plugin-css-modules": "^3.4.0",
"unplugin-auto-import": "^0.6.0",
"unplugin-vue-components": "^0.17.18",
"vue-cli-plugin-style-resources-loader": "~0.1.5"
}
}