forked from dest4590/CollapseLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "collapseloader",
"private": true,
"version": "0.2.0",
"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"
},
"dependencies": {
"@guolao/vue-monaco-editor": "^1.5.5",
"@tauri-apps/api": "2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-notification": "2.3.1",
"@tauri-apps/plugin-opener": "2.5.0",
"axios": "1.12.1",
"daisyui": "5.1.10",
"gsap": "3.13.0",
"lucide-vue-next": "0.544.0",
"monaco-editor": "^0.53.0",
"vue": "3.5.21",
"vue-i18n": "^11.1.12",
"vue3-lottie": "3.3.1"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.13",
"@tauri-apps/cli": "2.8.4",
"@types/node": "24.3.2",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@vitejs/plugin-vue": "6.0.1",
"eslint": "^9.35.0",
"eslint-plugin-vue": "^10.4.0",
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"vite": "7.1.5",
"vue-tsc": "3.0.7"
}
}