-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.53 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
{
"name": "cardifier",
"version": "12.0.2021-08-11",
"scripts": {
"ng": "ng",
"start:dev": "ng serve --hmr --port 4210 --configuration=dev",
"start": "ng serve --hmr --port 4210",
"build": "ng build",
"build:prod": "NODE_ENV=production ng build --configuration production",
"build:dev": "NODE_ENV=dev ng build --configuration=dev",
"deploy:dev": "npm run build:dev && firebase deploy",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.4",
"@angular/cdk": "16.2.3",
"@angular/common": "16.2.4",
"@angular/compiler": "16.2.4",
"@angular/core": "16.2.4",
"@angular/fire": "7.6.1",
"@angular/forms": "16.2.4",
"@angular/material": "^16.2.3",
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/router": "16.2.4",
"@fortawesome/fontawesome-free": "6.3.0",
"autoprefixer": "^10.2.4",
"cypress": "^7.2.0",
"dice-typescript": "^1.6.1",
"firebase": "^10.3.1",
"postcss": "^8.2.13",
"rollbar": "^2.21.1",
"rxfire": "^6.0.0",
"rxjs": "^7.8.0",
"subsink": "^1.0.2",
"tailwindcss": "^3.2.7",
"tslib": "^2.0.0",
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.1",
"@angular-devkit/build-angular": "16.2.1",
"@angular-eslint/builder": "16.1.2",
"@angular-eslint/eslint-plugin": "16.1.2",
"@angular-eslint/eslint-plugin-template": "16.1.2",
"@angular-eslint/schematics": "16.1.2",
"@angular-eslint/template-parser": "16.1.2",
"@angular/cli": "16.2.1",
"@angular/compiler-cli": "16.2.4",
"@types/jasmine": "~3.6.0",
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"codelyzer": "^6.0.2",
"eslint": "^8.39.0",
"firebase-tools": "11.24.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"open": "^7.0.3",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "^4.9.3"
},
"removed": {
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3"
}
}