Add capacitor support, first working build
This commit is contained in:
parent
e525eb8a41
commit
b2797e3076
58 changed files with 2069 additions and 2 deletions
|
@ -15,9 +15,11 @@
|
|||
"lint": "prettier --check . && eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^7.0.1",
|
||||
"@eslint/compat": "^1.2.7",
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@sveltejs/adapter-node": "^5.2.12",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"@sveltejs/kit": "^2.17.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tailwindcss/vite": "^4.0.8",
|
||||
|
@ -38,6 +40,8 @@
|
|||
"vite": "^6.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^7.0.1",
|
||||
"@capacitor/core": "^7.0.1",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/postcss": "^4.0.8",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue