team-spirit/package.json

40 строки
1.1 KiB
JSON

{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.teamspirit",
"tns-android": {
"version": "2.4.1"
}
},
"dependencies": {
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/core": "2.1.0",
"@angular/forms": "2.1.0",
"@angular/http": "2.1.0",
"@angular/platform-browser": "2.1.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@angular/router": "3.1.0",
"nativescript-angular": "1.1.0",
"nativescript-telerik-ui": "^1.4.1",
"reflect-metadata": "~0.1.8",
"tns-core-modules": "2.4.4",
"rxjs": "5.0.0-beta.12",
"everlive-sdk": "1.9.1",
"nativescript-theme-core": "^0.1.3",
"nativescript-imagepicker": "^2.4.1",
"nativescript-permissions": "^1.2.0"
},
"devDependencies": {
"babel-traverse": "6.18.0",
"babel-types": "6.18.0",
"babylon": "6.13.0",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.2",
"typescript": "^2.0.6",
"zone.js": "~0.6.21"
}
}