forked from anihalaney/rwa-trivia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
172 lines (172 loc) · 5.38 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "trivia",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"nativescript": {
"id": "${packageName}",
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.0.1"
}
},
"scripts": {
"ng": "ng",
"api": "json-server --watch src/db.json",
"lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
"test": "jest",
"test:watch": "jest --watch",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "~8.1.2",
"@angular/animations": "8.1.2",
"@angular/cdk": "~8.1.1",
"@angular/common": "8.1.2",
"@angular/compiler": "8.1.2",
"@angular/core": "8.1.2",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "8.1.2",
"@angular/http": "8.0.0-beta.10",
"@angular/material": "~8.1.1",
"@angular/platform-browser": "8.1.2",
"@angular/platform-browser-dynamic": "8.1.2",
"@angular/platform-server": "^8.1.3",
"@angular/pwa": "^0.801.2",
"@angular/router": "8.1.2",
"@angular/service-worker": "^8.1.3",
"@angular/upgrade": "^8.1.3",
"@fortawesome/angular-fontawesome": "0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@ngrx/effects": "8.1.0",
"@ngrx/router-store": "8.1.0",
"@ngrx/store": "8.1.0",
"@ngrx/store-devtools": "8.1.0",
"@nguniversal/express-engine": "^8.1.1",
"@nguniversal/module-map-ngfactory-loader": "^8.1.1",
"@ngx-share/button": "^7.1.2",
"@ngx-share/buttons": "^7.1.2",
"@ngx-share/core": "^7.1.2",
"@nstudio/nativescript-checkbox": "^1.0.0",
"angular2-cookie-law": "^7.0.1",
"axios": "^0.19.0",
"dom-to-image": "^2.6.0",
"firebase": "^6.4.0",
"firebaseui": "^4.1.0",
"google-libphonenumber": "^3.2.2",
"hammerjs": "^2.0.8",
"lodash.clonedeep": "^4.5.0",
"nativescript-angular": "8.0.2",
"nativescript-appversion": "^1.4.1",
"nativescript-camera": "^4.4.1",
"nativescript-cardview": "^3.1.1",
"nativescript-carousel": "^6.1.0",
"nativescript-checkbox": "^3.0.3",
"nativescript-drop-down": "^5.0.0",
"nativescript-feedback": "^1.3.10",
"nativescript-floatingactionbutton": "^5.0.3",
"nativescript-geolocation": "^5.1.0",
"nativescript-imagecropper": "1.0.5",
"nativescript-imagepicker": "^6.2.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-plugin-firebase": "^10.0.0",
"nativescript-screenshot": "0.0.2",
"nativescript-social-share": "^1.5.1",
"nativescript-theme-core": "^2.0.2",
"nativescript-ui-autocomplete": "5.0.0",
"nativescript-ui-listview": "7.0.1",
"nativescript-ui-sidedrawer": "7.0.0",
"nativescript-webview-interface": "^1.4.3",
"ng-quill-tex": "file:ng-quill-tex-0.0.1.tgz",
"ngx-auto-unsubscribe": "^3.0.0",
"ngx-img-cropper": "^8.0.1",
"ngx-lazy-load-images": "^1.3.1",
"ngx-papaparse": "^3.0.2",
"ngx-swiper-wrapper": "^8.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"stream": "0.0.2",
"tns-core-modules": "^6.0.3",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.802.0",
"@angular-devkit/build-ng-packagr": "^0.801.2",
"@angular/cli": "^8.1.2",
"@angular/compiler-cli": "8.1.2",
"@nativescript/schematics": "^0.6.0",
"@ngtools/webpack": "8.0.0",
"@types/hammerjs": "2.0.36",
"@types/jasmine": "3.3.15",
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"axios": "^0.19.0",
"codelyzer": "5.0.1",
"compression": "^1.7.4",
"core-js": "^3.1.4",
"cp": "^0.2.0",
"cp-cli": "^2.0.0",
"cpx": "^1.5.0",
"domino": "^2.1.3",
"highlightjs": "^9.12.0",
"husky": "^3.0.1",
"jasmine-core": "3.4.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "4.2.1",
"jest": "^24.8.0",
"jest-preset-angular": "^7.1.0",
"jquery": "^3.4.1",
"json-server": "0.15.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "3.0.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"katex": "^0.10.2",
"lodash": "^4.17.11",
"lodash.template": "^4.5.0",
"mathquill": "^0.10.1-a",
"nativescript-dev-webpack": "1.0.1",
"nativescript-pager": "^9.5.4",
"ng-katex": "^1.2.1",
"node-sass": "^4.12.0",
"protractor": "^5.4.2",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3",
"source-map-explorer": "^2.0.1",
"tns-platform-declarations": "^6.0.3",
"ts-loader": "^6.0.0",
"ts-node": "8.3.0",
"tsickle": "0.36.0",
"tslib": "^1.9.3",
"tslint": "5.18.0",
"typescript": "3.4.5",
"xmlhttprequest": "^1.8.0",
"yargs": "^13.2.4"
},
"jest": {
"preset": "jest-preset-angular",
"setupTestFrameworkScriptFile": "<rootDir>/projects/trivia/src/setup-jest.ts",
"verbose": true,
"testURL": "http://localhost/",
"globals": {
"ts-jest": {
"tsConfigFile": "projects/trivia/tsconfig.spec.json"
},
"__TRANSFORM_HTML__": true
}
},
"husky": {
"hooks": {
"pre-push": "npm run test && ng e2e trivia-e2e"
}
}
}