initial commit. simple working hello world using capacitor framework.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "kryz-go",
|
||||
"version": "1.0.0",
|
||||
"description": "Capacitor mobile app",
|
||||
"scripts": {
|
||||
"build": "echo 'Add your web build command here'",
|
||||
"sync": "cap sync",
|
||||
"android": "cap run android",
|
||||
"open:android": "cap open android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anuradev/capacitor-background-mode": "^7.2.1",
|
||||
"@capacitor/android": "^7.0.0",
|
||||
"@capacitor/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^7.0.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user