-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.82 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
82
83
84
85
86
87
88
89
{
"name": "aircraft-seat-map",
"version": "1.0.1",
"description": "Aircraft Seat Map",
"homepage": "https://github.com/sjova/aircraft-seat-map#readme",
"license": "MIT",
"author": "Saša Jovanović",
"repository": {
"type": "git",
"url": "git+https://github.com/sjova/aircraft-seat-map.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"start:browserstack": "ng serve --open --disable-host-check",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng deploy",
"prettier": "prettier --write .",
"stylelint": "stylelint --syntax scss \"src/**/*.scss\" --fix",
"eslint": "eslint src --ext ts --fix",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.10",
"@angular/cdk": "~11.2.9",
"@angular/common": "~11.2.10",
"@angular/compiler": "~11.2.10",
"@angular/core": "~11.2.10",
"@angular/fire": "6.1.4",
"@angular/forms": "~11.2.10",
"@angular/material": "~11.2.9",
"@angular/platform-browser": "~11.2.10",
"@angular/platform-browser-dynamic": "~11.2.10",
"@angular/router": "~11.2.10",
"crypto-js": "^4.0.0",
"firebase": "^7.0 || ^8.0",
"normalize.css": "~8.0.1",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1200",
"@angular-devkit/build-angular": "~0.1102.9",
"@angular-eslint/builder": "2.1.0",
"@angular-eslint/eslint-plugin": "2.1.0",
"@angular-eslint/eslint-plugin-template": "2.1.0",
"@angular-eslint/schematics": "2.1.0",
"@angular-eslint/template-parser": "2.1.0",
"@angular/cli": "~11.2.9",
"@angular/compiler-cli": "~11.2.10",
"@types/crypto-js": "^4.0.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unused-imports": "~1.1.1",
"firebase-tools": "^8.0.0",
"fuzzy": "^0.1.3",
"husky": ">=6",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": ">=10",
"open": "^7.0.3",
"prettier": "2.2.1",
"protractor": "~7.0.0",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^21.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.1.5"
}
}