-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.93 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
{
"name": "elder-drug",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"lint": "ng lint"
},
"browserslist": {
"production": [
"defaults",
"not IE 11",
"maintained node versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.11",
"@angular/cdk": "^12.2.11",
"@angular/common": "^12.2.11",
"@angular/compiler": "^12.2.11",
"@angular/core": "^12.2.11",
"@angular/fire": "^7.1.1",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^12.2.11",
"@angular/material": "^12.2.11",
"@angular/platform-browser": "^12.2.11",
"@angular/platform-browser-dynamic": "^12.2.11",
"@angular/platform-server": "^12.2.3",
"@angular/router": "^12.2.11",
"@angular/service-worker": "^12.2.11",
"@davidhicks/sass-mixins": "file:.yalc/@davidhicks/sass-mixins",
"@juggle/resize-observer": "^3.3.1",
"core-js": "^3.16.4",
"firebase": "^9.1.3",
"global": "^4.4.0",
"json-stable-stringify": "^1.0.1",
"rxfire": "^6.0.0",
"rxjs": "^6.5.3",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1200.0",
"@angular-devkit/build-angular": "^12.2.3",
"@angular/compiler-cli": "^12.2.11",
"@types/json-stable-stringify": "^1.0.33",
"@types/node": "^12.19.15",
"cross-fetch": "^3.0.6",
"firebase-admin": "^8.10.0",
"firebase-tools": "^9.0.0",
"firestore-export-import": "^0.16.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"intermock": "^0.2.5",
"jsonc-parser": "^3.0.0",
"open": "^7.0.3",
"postcss": "^7.0.35",
"ts-node": "~8.3.0",
"tslib": "^2.3.1",
"typescript": "4.3.5"
}
}