This repository was archived by the owner on Apr 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.69 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.69 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
{
"name": "collapseloader",
"private": true,
"version": "9.9.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build",
"tauri:dev": "tauri dev",
"check": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.tsx,.vue src",
"lint:fix": "eslint --ext .ts,.tsx,.vue src --fix",
"format": "prettier --write \"src/**/*\""
},
"dependencies": {
"@guolao/vue-monaco-editor": "1.6.0",
"@stomp/stompjs": "^7.3.0",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-dialog": "2.6.0",
"@tauri-apps/plugin-fs": "2.4.5",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-opener": "2.5.3",
"axios": "1.13.6",
"daisyui": "5.5.19",
"gsap": "3.14.2",
"lucide-vue-next": "0.577.0",
"monaco-editor": "^0.55.1",
"tls": "^0.0.1",
"vue": "3.5.30",
"vue-i18n": "11.3.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.1",
"@tauri-apps/cli": "2.10.1",
"@types/node": "25.4.0",
"@typescript-eslint/eslint-plugin": "8.57.0",
"@typescript-eslint/parser": "8.57.0",
"@vitejs/plugin-vue": "6.0.4",
"axios-mock-adapter": "^2.1.0",
"eslint": "^10.0.3",
"eslint-plugin-vue": "10.8.0",
"jsdom": "^28.1.0",
"prettier": "3.8.1",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vite": "7.3.1",
"vitest": "^4.0.18",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "3.2.5"
}
}