-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·60 lines (60 loc) · 1.88 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
{
"name": "cloud-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --mode dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode prod",
"lint": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/jquery": "^3.5.16",
"axios": "^1.4.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.8.3",
"echarts": "^5.4.3",
"element-plus": "^2.3.7",
"highlight.js": "^11.10.0",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"jquery": "^3.7.0",
"js-audio-recorder": "^1.0.7",
"jspdf": "^2.5.1",
"leader-line": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^14.1.2",
"plotly.js-dist": "^2.26.0",
"print-js": "^1.6.0",
"screenfull": "^6.0.2",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"webpack": "^5.88.0",
"vue-sse": "^2.5.2"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.22.5",
"@types/jquery": "^3.5.16",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"node-sass": "^9.0.0",
"sass": "^1.32.7",
"sass-loader": "^13.3.2",
"skeleton-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.9",
"typescript": "~4.5.5"
}
}