-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
138 lines (138 loc) · 4.51 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
{
"name": "@angular-love/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "npx nx run blog:serve",
"start:storybook": "nx storybook storybook",
"start:bff": "nx run blog-bff:serve",
"format:check": "nx format:check",
"format:fix": "nx format:write",
"lint:check": "nx run-many --all --target=lint --parallel",
"prepare": "husky install",
"hooks:debugger-checker": "node hooks/debugger-checker.js",
"lint-staged": "lint-staged",
"prerender": "nx run blog:build-routes && nx run blog:build",
"e2e": "npx nx run blog-e2e:e2e",
"e2e:ui": "npx nx run blog-e2e:e2e-ui"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/platform-server": "19.0.3",
"@angular/router": "19.0.3",
"@angular/ssr": "19.0.4",
"@builder.io/partytown": "^0.10.2",
"@jsverse/transloco": "^7.4.2",
"@ng-icons/bootstrap-icons": "^27.3.1",
"@ng-icons/core": "^25.6.0",
"@ng-icons/heroicons": "^25.6.0",
"@ng-icons/tabler-icons": "^25.6.0",
"@ngrx/operators": "^17.2.0",
"@ngrx/signals": "^17.0.1",
"@nx/angular": "20.2.2",
"@push-based/ngx-fast-svg": "^18.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"algoliasearch": "^4.23.3",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"express": "^4.18.2",
"giscus": "^1.5.0",
"highlight.js": "^11.9.0",
"hono": "^4.4.5",
"lint-staged": "^15.0.2",
"ngx-skeleton-loader": "^8.1.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"rxjs": "~7.8.1",
"sanitize-html": "^2.13.0",
"shiki": "^1.22.2",
"stylelint": "^16.3.1",
"tailwind-merge": "^2.3.0",
"tslib": "^2.6.1",
"vanilla-cookieconsent": "3.0.1",
"xmlbuilder2": "^3.1.1",
"zod": "^3.23.8",
"zone.js": "0.14.4"
},
"devDependencies": {
"@algolia/client-search": "^4.23.3",
"@angular-devkit/build-angular": "19.0.4",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.0.4",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"@cloudflare/workers-types": "^4.20240605.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@k11r/nx-cloudflare-wrangler": "^2.7.1",
"@ngneat/spectator": "^18.0.2",
"@nx/devkit": "20.2.2",
"@nx/esbuild": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/node": "20.2.2",
"@nx/playwright": "20.2.2",
"@nx/storybook": "20.2.2",
"@nx/workspace": "20.2.2",
"@playwright/test": "^1.36.0",
"@schematics/angular": "18.1.1",
"@storybook/addon-essentials": "8.4.7",
"@storybook/angular": "8.4.7",
"@storybook/core-server": "8.4.7",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.12",
"@types/node": "18.19.31",
"@types/sanitize-html": "^2.9.4",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.16",
"esbuild": "^0.19.5",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^0.15.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "15.0.2",
"ng-packagr": "18.1.0",
"nx": "20.2.2",
"postcss": "^8.4.32",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"storybook": "^8.1.0-alpha.7",
"stylelint": "^16.3.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.3.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.6.3",
"wrangler": "^3.78.6"
}
}