-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "ng-memory",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"startng": "ng serve",
"start": "node server.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"heroku-postbuild": "ng build --prod"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.0.3",
"@angular/cdk": "^11.0.1",
"@angular/common": "~11.0.3",
"@angular/compiler": "~11.0.3",
"@angular/core": "~11.0.3",
"@angular/fire": "^6.1.5",
"@angular/forms": "~11.0.3",
"@angular/material": "^11.0.1",
"@angular/platform-browser": "~11.0.3",
"@angular/platform-browser-dynamic": "~11.0.3",
"@angular/router": "~11.0.3",
"express": "^4.17.1",
"rxjs": "~6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.10.2",
"firebase": "^8.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.3",
"@angular/cli": "~12.0.5",
"@angular/compiler-cli": "~11.0.3",
"@types/node": "^15.12.3",
"ts-node": "~10.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.8",
"@angular-devkit/architect": ">= 0.900 < 0.1201",
"firebase-tools": "^8.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.1.1",
"inquirer-autocomplete-prompt": "^1.4.0",
"open": "^7.0.3"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.9"
}
}