package.json
2.25 KB
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
{
"name": "system-project",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode development",
"build:prod": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fullcalendar/bootstrap": "^4.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/vue": "^4.4.0",
"axios": "^1.7.2",
"clipboard": "^2.0.4",
"codemirror": "^5.58.2",
"compression-webpack-plugin": "^6.1.2",
"core-js": "^3.8.3",
"crypto-js": "^4.2.0",
"css-loader": "^7.1.2",
"dayjs": "^1.11.11",
"echarts": "^4.2.1",
"echarts-stat": "^1.1.1",
"element-ui": "^2.15.14",
"file-saver": "^2.0.1",
"highcharts-vue": "^1.3.5",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"jsbarcode": "^3.11.0",
"jsonlint": "^1.6.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"monaco-editor": "^0.20.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qrcodejs2": "^0.0.2",
"reconnecting-websocket": "^4.4.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"screenfull": "^4.2.0",
"script-loader": "^0.7.2",
"serve-static": "^1.13.2",
"style-loader": "^4.0.0",
"vue": "^2.6.14",
"vue-drag-resize": "^1.4.2",
"vue-esign": "^1.0.5",
"vue-i18n": "^7.3.2",
"vue-quill-editor": "^3.0.6",
"vue-router": "^2.8.1",
"vuedraggable": "^2.20.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}