-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "ahpuojfe",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"test": "jest"
},
"dependencies": {
"@tinymce/tinymce-vue": "3.2.0",
"@vue/composition-api": "1.0.0-rc.1",
"axios": "0.19.2",
"clipboard": "^2.0.4",
"core-js": "^3.6.4",
"dayjs": "^1.10.4",
"echarts": "^4.6.0",
"element-ui": "2.15.0",
"file-saver": "^2.0.2",
"jest": "26.6.3",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"qs": "^6.9.1",
"svg-sprite-loader": "^4.2.1",
"tinymce": "5.2.0",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-codemirror": "^4.0.6",
"vue-echarts": "^5.0.0-beta.0",
"vue-image-crop-upload": "^2.5.0",
"vue-router": "^3.1.5",
"vuex": "^3.1.2",
"xlsx": "^0.15.5"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.8.3",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.168",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-typescript": "^4.5.10",
"@vue/cli-plugin-unit-jest": "4.5.11",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"compression-webpack-plugin": "^3.1.0",
"esbuild-loader": "^2.12.0",
"eslint": "7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^6.1.2",
"express-static": "^1.2.6",
"jest-config": "^26.6.3",
"prettier": "^2.2.1",
"sass": "^1.25.0",
"sass-loader": "8.0.2",
"ts-jest": "^26.5.1",
"typescript": "^4.1.3",
"vue-template-compiler": "^2.6.11"
}
}