-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.62 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.62 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "college-pool",
"version": "0.0.0",
"scripts": {
"android": "tns run android --bundle --no-hmr",
"ios": "tns run ios --bundle",
"mobile": "tns run --bundle",
"preview": "tns preview --bundle",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.5",
"@angular/animations": "~8.0.0",
"@angular/cdk": "~7.3.3",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/fire": "^5.2.1",
"@angular/forms": "~8.0.0",
"@angular/http": "8.0.0-beta.10",
"@angular/material": "^7.3.3",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"@auth0/angular-jwt": "^2.0.0",
"@nstudio/nativescript-checkbox": "^1.0.0",
"@nstudio/nativescript-floatingactionbutton": "^1.0.0",
"@nstudio/nativescript-pulltorefresh": "^1.0.1",
"@types/jquery": "^3.3.29",
"amazon-cognito-auth-js": "^1.2.4",
"amazon-cognito-js": "^1.1.0",
"angularfire2": "^5.2.1",
"aws-amplify": "^1.1.30",
"aws-amplify-angular": "^2.1.9",
"aws-sdk": "^2.6.1",
"braintree-web": "^3.44.2",
"braintree-web-drop-in": "^1.19.0",
"core-js": "^2.5.4",
"express": "^4.16.4",
"firebase": "^6.3.3",
"hammerjs": "^2.0.8",
"material-design-icons": "^3.0.1",
"nativescript-angular": "^8.0.2",
"nativescript-background-http": "^3.4.1",
"nativescript-braintree": "^2.0.4",
"nativescript-dialog": "^0.1.0",
"nativescript-dom": "^2.0.2",
"nativescript-facebook": "^4.1.0",
"nativescript-google-maps-sdk": "^2.7.0",
"nativescript-image-cache-it": "^5.0.0-alpha.3",
"nativescript-image-zoom": "^3.0.3",
"nativescript-imagecropper": "^1.0.6",
"nativescript-imagepicker": "^6.2.0",
"nativescript-masked-text-field": "^4.0.2",
"nativescript-modal-datetimepicker": "^1.2.0",
"nativescript-ng-shadow": "^2.1.0",
"nativescript-plugin-firebase": "^9.0.4",
"nativescript-ripple": "^2.2.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-dataform": "5.0.0",
"nativescript-ui-sidedrawer": "7.0.0",
"nativescript-web-image-cache": "^5.0.0",
"ngx-braintree": "^6.1.4",
"ngx-paypal": "^5.0.0-beta.10",
"ngx-stripe": "^7.2.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.3.3",
"socket.io": "^2.2.0",
"timers": "^0.1.1",
"tns-core-modules": "6.0.6",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.800.3",
"@angular/cli": "~6.2.4",
"@angular/compiler-cli": "8.0.0",
"@angular/language-service": "^6.1.0",
"@nativescript/schematics": "^0.5.2",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^8.9.5",
"codelyzer": "~4.3.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"nativescript-dev-webpack": "^1.0.3",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.4.5"
},
"nativescript": {
"id": "org.nativescript.collegepool",
"tns-android": {
"version": "6.0.1"
}
},
"browser": {
"fs": false,
"path": false,
"os": false,
"crypto": false,
"stream": false,
"http": false,
"tls": false,
"zlib": false,
"https": false,
"net": false
}
}