-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.52 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
90
91
92
93
{
"name": "daneisburgh.com",
"author": "Dane Isburgh <hello@daneisburgh.com> (https://daneisburgh.com)",
"repository": "https://github.com/daneisburgh/daneisburgh.com",
"version": "1.22.3",
"private": true,
"scripts": {
"prepare": "husky install",
"commit": "cz",
"release": "semantic-release",
"ng": "ng",
"start": "ng serve",
"start:local": "ng serve --host=0.0.0.0 --disable-host-check",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
"e2e": "ng e2e --protractor-config=e2e/protractor-ci.conf.js",
"build": "ng build",
"build:production": "ng build --configuration production",
"deploy": "./deploy.sh"
},
"dependencies": {
"@angular/animations": "^19.1.4",
"@angular/cdk": "^19.1.2",
"@angular/common": "^19.1.4",
"@angular/compiler": "^19.1.4",
"@angular/core": "^19.1.4",
"@angular/forms": "^19.1.4",
"@angular/platform-browser": "^19.1.4",
"@angular/platform-browser-dynamic": "^19.1.4",
"@angular/router": "^19.1.4",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"flat-color-icons": "^1.1.0",
"hamburgers": "^1.2.1",
"lodash": "^4.17.21",
"photoswipe": "^5.4.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.5",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "^19.1.5",
"@angular/compiler-cli": "^19.1.4",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/gtag.js": "^0.0.20",
"@types/jasmine": "^4.6.4",
"@types/lodash": "^4.17.15",
"@types/node": "^18.19.75",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "39.9.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jasmine-core": "~4.6.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"protractor": "~7.0.0",
"semantic-release": "^20.1.3",
"semantic-release-cli": "^5.4.6",
"ts-node": "^10.9.2",
"typescript": "5.7.3"
}
}