Initial commit
This commit is contained in:
29
example-app/package.json
Normal file
29
example-app/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "capacitor-app",
|
||||
"version": "1.0.0",
|
||||
"description": "An Amazing Capacitor App",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"capacitor",
|
||||
"mobile"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/core": "latest",
|
||||
"@capacitor/camera": "latest",
|
||||
"@capacitor/splash-screen": "latest",
|
||||
"capacitor-sockets": "file:..",
|
||||
"@capacitor/ios": "^6.0.0",
|
||||
"@capacitor/android": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "latest",
|
||||
"vite": "^5.4.2"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user