-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
125 lines (125 loc) · 4.23 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "casaos-main",
"version": "v0.4.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev && tsc",
"build": "node message_bus.build.js && vue-cli-service build --dest ./build/sysroot/usr/share/casaos/www/modules/icewhale_app --mode production",
"build:raw": "node message_bus.build.js && vue-cli-service build --dest ./raw/usr/share/casaos/www/modules/icewhale_app --mode production",
"test:unit:mocha": "vue-cli-service test:unit --require tests/unit/setup.js tests/**/*.spec.js",
"test:e2e": "vue-cli-service test:e2e --mode dev",
"test:e2e:headless": "vue-cli-service test:e2e --headless",
"lint": "vue-cli-service lint",
"build:messagebus": "node message_bus.build.js",
"test:mocha": "mochapack --webpack-config webpack.test.config.js --require tests/unit/setup.js tests/**/*.spec.js",
"examine:config": "npx vue-cli-service inspect --mode=dev > webpack.dev.js"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"packageManager": "[email protected]",
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@icewhale/casaos-appmanagement-openapi": "0.4.9-alpha7",
"@icewhale/casaos-openapi": "latest",
"@icewhale/icewhale-files-openapi": "1.2.2-alpha4",
"@icewhale/zimaos-localstorage-openapi": "1.2.2-alpha7",
"@icewhale/zimaos-modmanagement-openapi": "^0.0.13",
"@icewhale/zimaos-openapi": "1.2.0-alpha12",
"@kangc/v-md-editor": "^1.7.12",
"@mdi/font": "^7.4.47",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"axios": "^0.29.0",
"buefy": "^0.9.29",
"bulma": "0.9.4",
"clipboard-copy": "^4.0.1",
"composerize": "^1.6.12",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"iconfonts-casaos": "latest",
"intersection-observer": "^0.12.2",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"nanoid": "^4.0.2",
"qs": "^6.12.0",
"socket.io-client": "^2.5.0",
"uuid-validate": "^0.0.3",
"validator": "^13.12.0",
"vee-validate": "^3.4.15",
"vue": "^2.7.16",
"vue-awesome-swiper": "^4.1.1",
"vue-fullscreen": "^2.6.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vue-slider-component": "^3.2.24",
"vue-smooth-reflow": "^0.1.12",
"vue-socket.io-extended": "^4.2.0",
"vue2-touch-events": "^3.2.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"xterm": "^4.19.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@types/eslint": "^9.6.1",
"@types/eslint-scope": "^3.7.7",
"@types/node": "^20.17.9",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-unit-mocha": "5.0.8",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/test-utils": "^1.3.6",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.3.0",
"chai": "^4.4.1",
"core-js": "^3.39.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "8.57.1",
"eslint-plugin-vue": "^8.7.1",
"expect": "^29.7.0",
"file-loader": "^6.2.0",
"idb": "^8.0.0",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^6.2.3",
"mochapack": "^2.1.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"patch-package": "^7.0.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-loader": "^4.3.0",
"postinstall-postinstall": "^2.1.0",
"sass": "1.44.0",
"sass-loader": "10.4.1",
"style-resources-loader": "^1.5.0",
"swiper": "^5.4.5",
"tailwindcss": "^3.4.15",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"vue-loader": "^15.11.1",
"vue-server-renderer": "^2.7.16",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yaml": "^1.10.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}