forked from denlysenko/bookapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 5 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
{
"name": "bookapp",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"clean": "npx rimraf -- hooks node_modules package-lock.json && npm i",
"start.nativescript.mobile.ios": "cd apps/angular/mobile && tns run ios --emulator",
"start.nativescript.mobile.android": "cd apps/angular/mobile && tns run android --emulator",
"start.nativescript.mobile.preview": "cd apps/angular/mobile && tns preview",
"clean.nativescript.mobile": "cd apps/angular/mobile && npx rimraf -- hooks node_modules platforms package-lock.json && npm i && npx rimraf -- package-lock.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@google-cloud/storage": "^4.1.3",
"@nestjs/common": "^6.10.1",
"@nestjs/core": "^6.10.1",
"@nestjs/graphql": "^6.5.3",
"@nestjs/mongoose": "^6.1.2",
"@nestjs/passport": "^6.1.0",
"@nestjs/platform-express": "^6.10.1",
"apollo-angular": "^1.8.0",
"apollo-angular-link-http": "^1.9.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-retry": "^2.2.15",
"apollo-link-token-refresh": "^0.2.7",
"apollo-link-ws": "^1.0.19",
"apollo-server-express": "^2.9.12",
"core-js": "^3.4.2",
"dataloader": "^2.0.0",
"document-register-element": "1.14.3",
"dotenv": "8.2.0",
"graphql": "^14.5.8",
"graphql-subscriptions": "^1.1.0",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.6",
"hammerjs": "^2.0.8",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"mongoose": "^5.7.12",
"nativescript-angular": "~8.20.3",
"nativescript-camera": "^4.5.0",
"nativescript-imagecropper": "2.0.0",
"nativescript-ngx-fonticon": "^5.0.2",
"nativescript-ngx-shadow": "6.1.0",
"nativescript-star-ratings": "^1.0.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-dataform": "^6.0.0",
"nativescript-ui-listview": "^8.0.1",
"nativescript-ui-sidedrawer": "^8.0.0",
"ngx-image-cropper": "^2.0.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-router-dom": "5.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.3",
"saslprep": "^1.0.3",
"tns-core-modules": "^6.2.1",
"uuidv4": "^6.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.19",
"@angular/cli": "8.3.19",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@nestjs/schematics": "^6.7.3",
"@nestjs/testing": "^6.10.1",
"@nrwl/angular": "^8.8.2",
"@nrwl/cypress": "8.8.2",
"@nrwl/jest": "8.8.2",
"@nrwl/nest": "8.8.2",
"@nrwl/node": "8.8.2",
"@nrwl/react": "8.8.2",
"@nrwl/web": "8.8.2",
"@nrwl/workspace": "8.8.2",
"@nstudio/angular": "8.0.13",
"@nstudio/nativescript": "8.0.13",
"@nstudio/nativescript-angular": "8.0.13",
"@nstudio/xplat": "^8.0.13",
"@testing-library/react": "^9.3.2",
"@types/jest": "24.0.23",
"@types/jsonwebtoken": "^8.3.5",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.149",
"@types/mongoose": "^5.5.32",
"@types/node": "~12.12.12",
"@types/passport-jwt": "^3.0.3",
"@types/react": "16.9.12",
"@types/react-dom": "16.9.4",
"@types/supertest": "^2.0.8",
"@types/uuidv4": "^5.0.0",
"codelyzer": "~5.2.0",
"cypress": "^3.6.1",
"jest": "24.9.0",
"jest-preset-angular": "^7.0.1",
"node-sass": "^4.13.0",
"prettier": "1.19.1",
"rxjs-tslint-rules": "^4.26.3",
"supertest": "^4.0.2",
"ts-jest": "24.2.0",
"ts-node": "~8.5.2",
"tslint": "~5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0",
"tslint-sonarts": "^1.9.0",
"typescript": "~3.5.3"
},
"xplat": {
"prefix": "bookapp",
"framework": "angular"
}
}