-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.02 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "app-zero-dechet",
"version": "1.0.0",
"description": "A NativeScript-built iOS and Android app for managing eco points",
"repository": {
"type": "git",
"url": "https://github.com/mquentin/app-zero-dechet"
},
"keywords": [
"NativeScript"
],
"author": "Maxime Quentin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mquentin/app-zero-dechet/issues"
},
"homepage": "https://github.com/mquentin/app-zero-dechet",
"nativescript": {
"id": "org.zeroDechet.app",
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.0.0"
}
},
"scripts": {
"tslint": "tslint -p tsconfig.json",
"ns-bundle": "ns-bundle",
"start-android-bundle": "npm run ns-bundle --android --run-app",
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app",
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
"watch-tests": "tsc -p e2e --watch",
"update-app-ng-deps": "update-app-ng-deps",
"ns-verify-bundle": "ns-verify-bundle",
"update-ns-webpack": "update-ns-webpack"
},
"dependencies": {
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"kinvey-nativescript-sdk": "^4.2.5",
"nativescript-angular": "^8.20.3",
"nativescript-floatingactionbutton": "^5.1.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-mapbox": "4.3.1",
"nativescript-social-share": "^1.5.2",
"nativescript-theme-core": "^1.0.6",
"nativescript-ui-listview": "7.0.0",
"nativescript-ui-sidedrawer": "7.0.0",
"nativescript-unit-test-runner": "0.7.0",
"reflect-metadata": "~0.1.8",
"rxjs": "^6.4.0",
"tns-core-modules": "^6.2.3",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular/cli": "^8.3.20",
"@angular/compiler-cli": "~8.2.0",
"@nativescript/schematics": "^0.7.3",
"@ngtools/webpack": "~8.2.0",
"@types/chai": "~4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.6",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"codelyzer": "^4.5.0",
"filewalker": "^0.1.3",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"mocha": "~5.2.0",
"mocha-junit-reporter": "~1.18.0",
"mocha-multi": "~1.0.1",
"nativescript-dev-appium": "^5.3.0",
"nativescript-dev-webpack": "^1.3.0",
"tslint": "^5.20.1",
"typescript": "3.4.5",
"node-sass": "4.12.0",
"karma-webpack": "3.0.5"
}
}