-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.52 KB
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
{
"name": "solar-car-website",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:ci": "ng build --configuration production --source-map false --output-path dist --base-href / && cpy dist/index.html dist --rename 404.html && touch dist/.nojekyll"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.5",
"@angular/cdk": "^14.2.4",
"@angular/common": "^14.2.5",
"@angular/compiler": "^14.2.5",
"@angular/core": "^14.2.5",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.2.5",
"@angular/google-maps": "^14.2.4",
"@angular/material": "^14.2.4",
"@angular/platform-browser": "^14.2.5",
"@angular/platform-browser-dynamic": "^14.2.5",
"@angular/router": "^14.2.5",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"awesome-notifications": "^3.1.3",
"bootstrap": "^5.0.2",
"firebase": "^9.22.0",
"google": "^2.1.0",
"maps": "^0.3.3",
"ng": "0.0.0",
"ngx-image-cropper": "^6.3.4",
"ngx-markdown": "^14.0.1",
"rollbar": "^2.26.2",
"rxjs": "~7.5.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1402.5",
"@angular-devkit/build-angular": "^14.2.5",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.5",
"@angular/compiler-cli": "^14.2.5",
"@angular/language-service": "^14.2.5",
"@types/jasmine": "~3.8.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.4.1",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"codelyzer": "^6.0.2",
"cpy-cli": "^3.1.1",
"eslint": "^8.23.1",
"firebase-tools": "^9.16.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.1.2",
"inquirer-autocomplete-prompt": "^1.4.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~7.0.0",
"jsonc-parser": "^3.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"open": "^8.2.1",
"protractor": "~7.0.0",
"ts-node": "~10.1.0",
"tslint": "~5.20.1",
"typescript": "~4.8.4"
}
}