This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
180 lines (180 loc) · 6.64 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
175
176
177
178
179
180
{
"name": "blevours",
"version": "0.1.0",
"type": "module",
"scripts": {
"appts": "run-s format typecheck lint build",
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"dev:email": "email dev",
"fix:ts": "typestat --config typestat.json",
"format": "prettier --write --check \"**/*.{js,ts,tsx,md,mdx,json}\" --cache --experimental-ternaries",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,mdx,json}\" --cache --experimental-ternaries",
"format:old": "run-s format:write format:check",
"format:write": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json}\" --cache --experimental-ternaries",
"latest": "pnpm update --latest",
"lint": "eslint-ts .",
"lint:fix": "eslint-ts . --fix",
"preview": "astro preview",
"start": "astro dev",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/starlight": "^0.23.2",
"@astrojs/tailwind": "^5.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.2",
"astro-compress": "^2.2.26",
"astro-expressive-code": "^0.35.3",
"astro-font": "^0.0.81",
"astro-link": "^1.2.1",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"embla-carousel": "8.1.3",
"embla-carousel-autoplay": "8.1.3",
"embla-carousel-react": "8.1.3",
"flowbite": "^2.3.0",
"hastscript": "^9.0.0",
"html-escaper": "^3.0.3",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.383.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-aria-components": "^1.2.1",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@cspell/dict-companies": "^3.1.2",
"@cspell/dict-fullstack": "^3.1.8",
"@cspell/dict-markdown": "^2.0.2",
"@cspell/dict-nb-no": "^2.0.0",
"@cspell/dict-npm": "^5.0.16",
"@cspell/dict-pl_pl": "^3.0.1",
"@cspell/dict-typescript": "^3.1.5",
"@cspell/dict-uk-ua": "^4.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@limegrass/eslint-plugin-import-alias": "^1.4.1",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.14.1",
"eslint": "^9.4.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-format": "^0.1.1",
"eslint-plugin-functional": "^6.5.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-barrel-files": "^1.1.1",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-tailwindcss": "^3.17.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-write-good-comments": "^0.2.0",
"eslint-plugin-xss": "^0.1.12",
"eslint-ts-patch": "9.4.0-0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"typescript-eslint": "^7.12.0"
},
"pnpm": {
"allowedDeprecatedVersions": {
"@babel/plugin-proposal-async-generator-functions": "*",
"@babel/plugin-proposal-class-properties": "*",
"@babel/plugin-proposal-export-namespace-from": "*",
"@babel/plugin-proposal-nullish-coalescing-operator": "*",
"@babel/plugin-proposal-numeric-separator": "*",
"@babel/plugin-proposal-object-rest-spread": "*",
"@babel/plugin-proposal-optional-catch-binding": "*",
"@babel/plugin-proposal-optional-chaining": "*",
"@decs/typeschema": "*",
"@npmcli/move-file": "*",
"abab": "*",
"coffee-script": "*",
"domexception": "*",
"eslint-config-standard-with-typescript": "*",
"gulp-header": "*",
"rollup-plugin-inject": "*",
"sourcemap-codec": "*",
"uuid": "*"
},
"overrides": {
"@antfu/eslint-config>eslint": "*",
"@clerk/clerk-react>eslint": "*",
"@contentlayer/core>esbuild": "*",
"@decs/typeschema>@effect/schema": "*",
"@decs/typeschema>@sinclair/typebox": "*",
"@decs/typeschema>effect": "*",
"@limegrass/eslint-plugin-import-alias>eslint": "*",
"@opentelemetry/core>@opentelemetry/api": "*",
"@opentelemetry/otlp-transformer>@opentelemetry/api": "*",
"@opentelemetry/resources>@opentelemetry/api": "*",
"@opentelemetry/sdk-logs>@opentelemetry/api": "*",
"@opentelemetry/sdk-metrics>@opentelemetry/api": "*",
"@opentelemetry/sdk-trace-base>@opentelemetry/api": "*",
"@tanstack/eslint-plugin-query>eslint": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/eslint-plugin>eslint": "*",
"@typescript-eslint/parser": "*",
"@typescript-eslint/parser>eslint": "*",
"@typescript-eslint/utils": "*",
"eslint-config-airbnb-base": "*",
"eslint-config-airbnb": "*",
"eslint-config-airbnb>eslint": "*",
"eslint-config-next>eslint": "*",
"eslint-interactive>eslint": "*",
"eslint-plugin-deprecation>eslint": "*",
"eslint-plugin-functional>eslint": "*",
"eslint-plugin-i>eslint": "*",
"eslint-plugin-import": "*",
"eslint-plugin-import>eslint": "*",
"eslint-plugin-jest-extended": "*",
"eslint-plugin-jest-extended>eslint": "*",
"eslint-plugin-jsx-a11y>eslint": "*",
"eslint-plugin-promise>eslint": "*",
"eslint-plugin-react-hooks>eslint": "*",
"eslint-plugin-react>eslint": "*",
"eslint-plugin-redundant-undefined>@typescript-eslint/parser": "*",
"eslint-plugin-redundant-undefined>eslint": "*",
"eslint-plugin-sonarjs>eslint": "*",
"eslint-plugin-unused-imports>eslint": "*",
"eslint": "*",
"react": "$react",
"standard>eslint": "*",
"ts-standard>eslint": "*",
"xo>eslint": "*"
}
}
}