blob: 9fd93a41f01ef78ebfe2b3f6f1dd4c50c3094a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "example-ap22",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript-community/perms": "^2.3.1",
"@nativescript/core": "~8.6.0",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/android": "^8.6.2",
"@nativescript/types": "~8.6.0",
"@nativescript/webpack": "~5.0.18",
"typescript": "~5.2.0"
}
}
|