forked from IceWhaleTech/CasaOS-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.83 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "CasaOS",
"version": "v0.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build": "node message_bus.build.js && vue-cli-service build --dest ./build/sysroot/var/lib/casaos/www/ --mode production",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"@mdi/font": "^6.6.96",
"apexcharts": "^3.33.2",
"axios": "^0.26.0",
"browser-info": "^1.3.0",
"buefy": "^0.9.19",
"clipboard-copy": "^4.0.1",
"dateformat": "^5.0.2",
"dayjs": "^1.10.8",
"file-saver": "^2.0.5",
"format-duration": "^2.0.0",
"hitbox-js": "^1.0.2",
"intersection-observer": "^0.12.0",
"is-valid-hostname": "^1.0.2",
"lodash": "^4.17.21",
"lottie-web-vue": "1.2.1",
"marked": "^4.0.15",
"mime": "^3.0.0",
"new-github-issue-url": "^1.0.0",
"qs": "^6.10.3",
"socket.io-client": "^2.4.0",
"ua-parser-js": "^1.0.2",
"uuid-validate": "^0.0.3",
"v-animate-css": "^0.0.5",
"v-viewer": "^1.6.4",
"validator": "^13.7.0",
"vee-validate": "^3.4.12",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.2",
"vue-avatar": "^2.3.3",
"vue-awesome-swiper": "=4.1.1",
"vue-codemirror": "^4.0.6",
"vue-custom-scrollbar": "^1.4.1",
"vue-fullscreen": "^2.6.1",
"vue-i18n": "8",
"vue-multipane": "^0.9.5",
"vue-pdf": "^4.3.0",
"vue-plyr": "^7.0.0",
"vue-popperjs": "^2.3.0",
"vue-router": "^3.2.0",
"vue-simple-uploader": "^0.7.6",
"vue-slider-component": "^3.2.14",
"vue-smooth-reflow": "^0.1.12",
"vue-social-sharing": "^3.0.9",
"vue-socket.io-extended": "^4.2.0",
"vue-tour": "^2.0.0",
"vue2-touch-events": "^3.2.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"xterm": "^4.14.1",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"yamljs": "^0.3.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-plugin-vuex": "4.5.13",
"@vue/cli-service": "4.5.13",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "5.0.0",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^8.5.0",
"jwt-decode": "^3.1.2",
"md5-es": "^1.8.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"rss-parser": "^3.12.0",
"sass": "^1.51.0",
"sass-loader": "10.1.1",
"style-resources-loader": "^1.5.0",
"swiper": "^5.2.0",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.8.3",
"useless-files-webpack-plugin": "^1.0.1",
"vue-cli-plugin-buefy": "~0.3.8",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
}
}