-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"name": "billcalculator2",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4202 --open",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"explore": "source-map-explorer dist/**/*.js",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/core": "^13.3.11",
"@angular/fire": "^7.2.1",
"@angular/forms": "^13.3.11",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@angular/service-worker": "^13.3.11",
"@ngneat/edit-in-place": "^1.6.1",
"firebase": "^9.8.4",
"fs-extra": "^10.1.0",
"ngx-order-pipe": "^2.2.0",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primeng": "^12.2.3",
"rxjs": "~6.6.0",
"tslib": "^2.4.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/architect": "0.1303.8",
"@angular-devkit/build-angular": "^13.3.8",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "^13.3.8",
"@angular/compiler-cli": "^13.3.11",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^8.2.0",
"firebase-tools": "^9.23.3",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.4.0",
"jsonc-parser": "^3.0.0",
"open": "^7.0.3",
"source-map-explorer": "^2.5.2",
"typescript": "~4.6.4"
}
}