-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.85 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
55
56
57
58
59
60
61
62
{
"name": "collapseloader",
"private": true,
"version": "1.3.0",
"author": "dest4590",
"license": "GPL-3.0-only",
"maintainers": [
{
"name": "W1xced",
"url": "https://github.com/W1xced-io"
}
],
"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",
"@lucide/vue": "1.38.0",
"@stomp/stompjs": "^7.3.0",
"@supabase/supabase-js": "^2.112.4",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-dialog": "2.7.2",
"@tauri-apps/plugin-fs": "2.5.1",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-opener": "2.5.4",
"axios": "1.20.0",
"gsap": "3.15.0",
"monaco-editor": "^0.56.0",
"tls": "^0.0.1",
"vue": "3.5.42",
"vue-i18n": "11.4.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "2.11.4",
"@types/node": "26.4.0",
"@vitejs/plugin-vue": "6.0.8",
"axios-mock-adapter": "^2.1.0",
"daisyui": "^5.7.22",
"eslint": "^10.9.1",
"eslint-plugin-vue": "10.10.0",
"jsdom": "^30.0.1",
"prettier": "3.9.6",
"tailwindcss": "4.3.3",
"typescript": "~5.8.3",
"vite": "^8.2.2",
"vitest": "^4.1.11",
"vue-eslint-parser": "^10.4.1",
"vue-tsc": "3.3.11"
}
}