-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"name": "ignite-template",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"create:android": "npx cap add android",
"create:ios": "npx cap add ios",
"sync": "npx cap sync",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "vitest"
},
"dependencies": {
"@capacitor/android": "^7.2.0",
"@capacitor/core": "^7.2.0",
"@capacitor/ios": "^7.2.0",
"@supabase/supabase-js": "^2.54.0",
"@tailwindcss/vite": "^4.1.6",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^13.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.510.0",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"reka-ui": "^2.3.1",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.6",
"tw-animate-css": "^1.2.9",
"vee-validate": "^4.15.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.0",
"vue3-spinners": "^1.3.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.1",
"@capacitor/cli": "^7.2.0",
"@eslint/js": "^9.26.0",
"@types/node": "^22.15.18",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.10"
}
}