This commit is contained in:
parent
16b786d776
commit
ea58ebafc5
2 changed files with 1153 additions and 0 deletions
1130
package-lock.json
generated
Normal file
1130
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
23
package.json
Normal file
23
package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "mya2",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "usa per creare l'icone per android ``` https://icon.kitchen/ ```",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://forgit.patachina.it/Fabio/mya.git"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"type": "commonjs",
|
||||||
|
"dependencies": {
|
||||||
|
"@capacitor/android": "^8.0.1",
|
||||||
|
"@capacitor/cli": "^8.0.1",
|
||||||
|
"@capacitor/core": "^8.0.1",
|
||||||
|
"@capacitor/preferences": "^8.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue