75 строки
2.6 KiB
JSON
75 строки
2.6 KiB
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "com.telerik.TeamUP",
|
|
"tns-android": {
|
|
"version": "2.5.0"
|
|
},
|
|
"tns-ios": {
|
|
"version": "2.5.0"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.4.6",
|
|
"@angular/compiler": "2.4.6",
|
|
"@angular/core": "2.4.6",
|
|
"@angular/forms": "2.4.6",
|
|
"@angular/http": "2.4.6",
|
|
"@angular/platform-browser": "2.4.6",
|
|
"@angular/platform-browser-dynamic": "2.4.6",
|
|
"@angular/router": "3.4.6",
|
|
"everlive-sdk": "https://github.com/georgiwe/backend-services-js-sdk.git",
|
|
"jstz": "1.0.9",
|
|
"moment": "^2.17.1",
|
|
"nativescript-angular": "1.4.1",
|
|
"nativescript-imagepicker": "~2.5.1",
|
|
"nativescript-permissions": "^1.2.0",
|
|
"nativescript-push-notifications": "0.1.2",
|
|
"nativescript-telerik-ui": "1.6.1",
|
|
"nativescript-theme-core": "^0.1.3",
|
|
"reflect-metadata": "~0.1.8",
|
|
"rxjs": "~5.0.1",
|
|
"tns-core-modules": "2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler-cli": "~2.4.3",
|
|
"@ngtools/webpack": "1.2.4",
|
|
"babel-traverse": "6.18.0",
|
|
"babel-types": "6.18.0",
|
|
"babylon": "6.13.0",
|
|
"copy-webpack-plugin": "~3.0.1",
|
|
"extract-text-webpack-plugin": "~2.0.0-beta.4",
|
|
"htmlparser2": "~3.9.2",
|
|
"lazy": "1.0.11",
|
|
"nativescript-css-loader": "~0.26.0",
|
|
"nativescript-dev-typescript": "^0.3.2",
|
|
"nativescript-dev-webpack": "0.3.3",
|
|
"raw-loader": "~0.5.1",
|
|
"resolve-url-loader": "~1.6.0",
|
|
"typescript": "~2.1.6",
|
|
"webpack": "2.2.0",
|
|
"webpack-bundle-analyzer": "^2.3.0",
|
|
"webpack-sources": "~0.1.3",
|
|
"zone.js": "~0.7.2"
|
|
},
|
|
"scripts": {
|
|
"clean-android": "tns clean-app android",
|
|
"clean-ios": "tns clean-app ios",
|
|
"prewebpack-android": "npm run clean-android",
|
|
"prewebpack-ios": "npm run clean-ios",
|
|
"webpack-android": "webpack --config=webpack.android.js --progress",
|
|
"webpack-ios": "webpack --config=webpack.ios.js --progress",
|
|
"prestart-android-bundle": "npm run webpack-android",
|
|
"prestart-ios-bundle": "npm run webpack-ios",
|
|
"start-android-bundle": "tns run android --bundle --disable-npm-install",
|
|
"start-ios-bundle": "tns run ios --bundle --disable-npm-install",
|
|
"prebuild-android-bundle": "npm run webpack-android",
|
|
"prebuild-ios-bundle": "npm run webpack-ios",
|
|
"build-android-bundle": "tns build android --bundle --disable-npm-install",
|
|
"build-ios-bundle": "tns build ios --bundle --disable-npm-install"
|
|
}
|
|
}
|