-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.76 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 4.76 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
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
{
"name": "@angular-love/source",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "^22.14.0",
"pnpm": ">=10"
},
"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": {
"@algolia/client-search": "^5.23.2",
"@angular/animations": "20.3.10",
"@angular/cdk": "20.2.12",
"@angular/common": "20.3.10",
"@angular/compiler": "20.3.10",
"@angular/core": "20.3.10",
"@angular/forms": "20.3.10",
"@angular/platform-browser": "20.3.10",
"@angular/platform-browser-dynamic": "20.3.10",
"@angular/platform-server": "20.3.10",
"@angular/router": "20.3.10",
"@angular/ssr": "20.3.9",
"@builder.io/partytown": "^0.10.2",
"@jsverse/transloco": "^7.4.2",
"@libsql/client": "^0.14.0",
"@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": "22.0.3",
"@push-based/ngx-fast-svg": "^18.1.0",
"@shikijs/langs-precompiled": "^2.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.1.17",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"drizzle-orm": "^0.40.0",
"express": "4.21.2",
"giscus": "^1.5.0",
"highlight.js": "^11.9.0",
"hono": "^4.7.5",
"lint-staged": "^15.0.2",
"ngx-skeleton-loader": "^8.1.0",
"panzoom": "^9.4.3",
"prettier-plugin-organize-attributes": "^1.0.0",
"rxjs": "~7.8.1",
"sanitize-html": "^2.13.0",
"shiki": "^2.4.2",
"stylelint": "^16.3.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-theme-variants": "2.0.0-beta.0",
"tslib": "^2.6.1",
"valibot": "1.0.0-rc.3",
"vanilla-cookieconsent": "3.0.1",
"xmlbuilder2": "^3.1.1",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.9",
"@angular-devkit/core": "20.3.9",
"@angular-devkit/schematics": "20.3.9",
"@angular-eslint/eslint-plugin": "20.6.0",
"@angular-eslint/eslint-plugin-template": "20.6.0",
"@angular-eslint/template-parser": "20.6.0",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "20.3.10",
"@angular/language-service": "20.3.10",
"@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": "22.0.3",
"@nx/esbuild": "22.0.3",
"@nx/eslint": "22.0.3",
"@nx/eslint-plugin": "22.0.3",
"@nx/jest": "22.0.3",
"@nx/js": "22.0.3",
"@nx/node": "22.0.3",
"@nx/playwright": "22.0.3",
"@nx/storybook": "22.0.3",
"@nx/workspace": "22.0.3",
"@playwright/test": "^1.36.0",
"@schematics/angular": "20.3.9",
"@storybook/addon-docs": "10.0.7",
"@storybook/angular": "9.1.9",
"@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.21",
"@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": "10.1.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-storybook": "9.1.9",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.6.2",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "15.0.2",
"ng-packagr": "20.3.1",
"nx": "22.0.3",
"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.7.1",
"storybook": "9.1.9",
"stylelint": "^16.3.1",
"svgo": "^3.3.2",
"tailwindcss": "^4.1.17",
"ts-jest": "29.4.5",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"wrangler": "^3.78.6"
}
}