-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "nativescript-boilerplate",
"main": "app/app.ts",
"version": "1.0.0",
"author": "Alex Graham <contact@rgbvision.net>",
"description": "NativeScript (TypeScript) boilerplate application",
"readme": "https://github.com/RGBvision/nativescript-boilerplate/README.md",
"homepage": "https://github.com/RGBvision/nativescript-boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/RGBvision/nativescript-boilerplate.git"
},
"license": "MIT",
"private": true,
"dependencies": {
"@nativescript-community/https": "^4.0.10",
"@nativescript/core": "~8.3.6",
"@nativescript/localize": "^5.0.4",
"@nativescript/theme": "~3.0.2",
"nativescript-dna-deviceinfo": "^3.7.3"
},
"devDependencies": {
"@nativescript/android": "~8.3.1",
"@nativescript/ios": "~8.3.3",
"@nativescript/types": "~8.3.1",
"@nativescript/webpack": "~5.0.10",
"typescript": "~4.9.3"
}
}