-
Notifications
You must be signed in to change notification settings - Fork 208
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\""
},
"dependencies": {
"@types/uuid": "^10.0.0",
"@vueuse/core": "^10.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"alova": "^3.0.2",
"clipboard-polyfill": "^4.1.0",
"loglevel": "^1.9.1",
"mitt": "^3.0.1",
"naive-ui": "^2.39.0",
"nora-zmodemjs": "^1.1.1",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"sortablejs": "^1.15.3",
"uuid": "^10.0.0",
"vue": "^3.4.31",
"vue-draggable-plus": "^0.5.2",
"vue-i18n": "^9.14.2",
"vue-router": "^4.4.0",
"vue3-cookies": "^1.0.6",
"xterm-theme": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/sortablejs": "^1.15.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.5",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-webpackchunkname": "^1.0.3",
"vue-tsc": "^2.0.24"
}
}