nightr/client/Nightr/package.json

46 lines
1.4 KiB
JSON
Raw Normal View History

2019-04-06 01:21:07 +02:00
{
"nativescript": {
"id": "org.nativescript.Nightr",
"tns-android": {
"version": "5.3.1"
},
"tns-ios": {
"version": "5.3.1"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"nativescript-angular": "~7.2.0",
2019-04-06 20:26:10 +02:00
"nativescript-camera": "^4.4.0",
2019-04-07 04:33:31 +02:00
"nativescript-checkbox": "^3.0.3",
2019-04-06 14:05:43 +02:00
"nativescript-geolocation": "^5.0.0",
"nativescript-powerinfo": "^1.0.7",
2019-04-06 01:21:07 +02:00
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.3.0",
"tns-core-modules": "~5.3.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "~7.2.0",
"@nativescript/schematics": "~0.5.0",
"@ngtools/webpack": "~7.2.0",
"nativescript-dev-typescript": "~0.9.0",
2019-04-06 23:29:38 +02:00
"nativescript-dev-webpack": "~0.21.0",
"tns-platform-declarations": "^5.3.1"
2019-04-06 01:21:07 +02:00
},
"gitHead": "803cec054c44c99eaa59cdc267993e6346f6cb3a",
"readme": "NativeScript Application"
}