-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "svelte-4-native",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"sync": "npx cap sync && npx cap sync",
"open:xcode": "npx cap open ios",
"open:android-studio": "npx cap open android",
"start:ios": "npx cap sync && npx cap run ios",
"start:android": "npx cap sync && npx cap run android",
"ui:add": "pnpx shadcn-svelte@latest add"
},
"devDependencies": {
"@capacitor/cli": "^5.7.8",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"svelte": "4.2.12",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"dependencies": {
"@capacitor/android": "^5.7.8",
"@capacitor/camera": "^5.0.10",
"@capacitor/core": "^5.7.8",
"@capacitor/ios": "^5.7.8",
"@capacitor/splash-screen": "^5.0.8",
"@ionic/pwa-elements": "^3.3.0",
"clsx": "^2.1.1",
"konsta": "^3.1.4",
"mode-watcher": "^0.3.1",
"svelte-radix": "^1.1.1",
"svelte-routing": "^2.13.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1"
}
}