-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 6.05 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "jz-portfolio",
"version": "5.3.1",
"repository": "https://github.com/Zwiqler94/jz-portfolio.git",
"scripts": {
"build": "npm run build:prod",
"build:dev-local:watch": "npm run build:dev-local -- --watch",
"build:dev-local": "ng build -c dev-local",
"build:dev:watch": "npm run build:dev -- --watch",
"build:dev": "ng build -c development",
"build:function": "npm --prefix 'functions/' run build",
"build:local:watch": "npm run build:local -- --watch",
"build:local": "ng build -c local",
"build:prod:watch": "npm run build:prod -- --watch",
"build:prod": "ng build -c production",
"changelog:update": "conventional-changelog -i CHANGELOG.md -s -r 1 -n ./.changelog-config.js && git add CHANGELOG.md",
"e2e": "ng e2e",
"format": "prettier --write ./",
"lint:format": "prettier --write ./ && ng lint jz-portfolio --fix",
"lint:fix": "npm run lint:format",
"lint": "ng lint",
"ng": "ng",
"postbuild:local:watch": "for i in $(find dist/jz-portfolio-local -type f -print); do brotli -q 6 -f -s -v $i; done",
"seed": "node dist/db-config/scripts/seed.ts",
"semantic-release": "semantic-release",
"start:dev-local": "http-server --gzip --brotli --proxy http://localhost:8083? --cors -p 8083 dist/jz-portfolio-dev-local",
"start:dev": "http-server --cors -p 8085 -c-1 dist/jz-portfolio-dev",
"start:local": "http-server --gzip --brotli --proxy http://localhost:8081? --cors -p 8081 dist/jz-portfolio-local",
"start:prod": "http-server --cors -p 8087 -c-1 dist/jz-portfolio",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "^18.2.13",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/fire": "^18.0.1",
"@angular/forms": "^18.2.12",
"@angular/localize": "^18.2.12",
"@angular/material": "^18.2.13",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/service-worker": "^18.2.12",
"@cloudinary/ng": "^2.1.1",
"@cloudinary/url-gen": "^1.21.0",
"@firebase/util": "^1.10.2",
"@google-cloud/secret-manager": "^5.6.0",
"@semantic-release/changelog": "^6.0.3",
"@zwiqler94/everything-lib": "^0.7.2",
"compression": "^1.7.5",
"firebase": "^11.0.2",
"firebase-admin": "^13.0",
"jose": "^5.9.6",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"ng-gallery": "^12.0.0",
"ngx-colors": "^3.6.0",
"ngx-editor": "^18.0.0",
"node-forge": "^1.3.1",
"nodemon": "^3.1.7",
"object-hash": "^3.0.0",
"pg": "^8.13.1",
"pg-format": "^1.0.4",
"pokenode-ts": "^1.20.0",
"promise-polyfill": "^8.3.0",
"prosemirror-commands": "^1.6.2",
"prosemirror-state": "^1.4.3",
"quibble": "^0.9.2",
"rxjs": "^7.8.1",
"sinon": "^19.0.2",
"tslib": "^2.8.1",
"uuid": "^11.0.3",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1802.12",
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "^18.4.0",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@puppeteer/ng-schematics": "^0.7.0",
"@types/babel__core": "^7.20.5",
"@types/chromedriver": "~81.0.5",
"@types/compression": "~1.7.5",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/events": "^3.0.3",
"@types/inquirer": "^9.0.7",
"@types/inquirer-autocomplete-prompt": "^3.0.3",
"@types/jasmine": "~5.1.4",
"@types/karma": "~6.3.9",
"@types/karma-chrome-launcher": "~3.1.4",
"@types/karma-coverage": "~2.0.3",
"@types/karma-jasmine": "~4.0.5",
"@types/karma-jasmine-html-reporter": "^1.7.3",
"@types/lodash-es": "~4.17.12",
"@types/luxon": "^3.4.2",
"@types/mocha": "10.0.9",
"@types/node": "^22.9.0",
"@types/node-forge": "~1.3.11",
"@types/nodemon": "^1.19.6",
"@types/object-hash": "^3.0.6",
"@types/path-browserify": "^1.0.3",
"@types/pg": "^8.11.10",
"@types/pg-format": "^1.0.5",
"@types/promise-polyfill": "^6.0.6",
"@types/sinon": "~17.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"browserslist-ga-export": "^5.0.0",
"chromedriver": "^131.0.0",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"firebase-tools": "^13.25.0",
"husky": "^9.1.6",
"inquirer": "^9.3.4",
"inquirer-autocomplete-prompt": "^3.0.1",
"jasmine-core": "~5.4.0",
"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",
"mocha": "10.8.2",
"prettier": "^3.3.3",
"puppeteer": "23.8.0",
"semantic-release": "^24.2.0",
"semantic-release-npm-github-publish": "^1.5.5",
"ts-node": "~10.9.2",
"typescript": "^5.5",
"wdio-chromedriver-service": "^8.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"5.1.x",
"5.2.x",
"5.x",
"development",
"next"
],
"dryRun": true,
"ci": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github"
]
}
}