mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
better UI + AppIcon
This commit is contained in:
@@ -5,18 +5,23 @@
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"build:cap": "astro build && npx cap copy",
|
||||
"build:cap": "astro build && bunx cap copy",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"sync:android": "npm run build && npx cap sync android"
|
||||
"sync:android": "bun run build && bunx cap sync android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "9.5.0",
|
||||
"@capacitor/android": "^7.4.3",
|
||||
"@capacitor/cli": "^7.4.3",
|
||||
"@capacitor/core": "^7.4.3",
|
||||
"@capacitor/ios": "^7.4.3",
|
||||
"@astrojs/node": "9.5.0",
|
||||
"@capacitor/screen-orientation": "^7.0.2",
|
||||
"@nestri/input": "*",
|
||||
"astro": "5.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/assets": "^3.0.5",
|
||||
"sharp": "^0.34.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user