mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"name": "play-standalone",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"build:cap": "astro build && bunx cap copy",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"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",
|
|
"@capacitor/screen-orientation": "^7.0.2",
|
|
"@nestri/input": "*",
|
|
"astro": "5.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/assets": "^3.0.5",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
} |