-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
184 lines (184 loc) · 5.95 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
181
182
183
184
{
"name": "fullstack-dev-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro",
"create-db": "node --env-file=.env bin/create-db",
"prepare": "husky",
"format": "prettier --write .",
"formatmd": "cbfmt --best-effort src/content/autoFormatTest/**.mdx && markdownlint-cli2 --fix \"src/content/autoFormatTest/**/*mdx\" \"#node_modules\"",
"check": "prettier --check src && eslint . && astro check && tsc --noEmit",
"vitest": "vitest run test",
"test": "npx playwright test --ui",
"docker-build": "DOCKER_BUILDKIT=1 docker build --secret id=env,src=.env -t blog .",
"docker-run": "docker run --env-file .env -p 4321:4321 -it --rm blog",
"dev:rpc-server": "tsx watch ./rpc-server/router.ts"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/db": "^0.11.4",
"@astrojs/mdx": "^2.1.1",
"@astrojs/netlify": "^5.1.3",
"@astrojs/node": "^8.2.6",
"@astrojs/prism": "^3.0.0",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@evilmartians/harmony": "^1.2.0",
"@fontsource-variable/dm-sans": "^5.0.3",
"@fontsource/comic-mono": "^5.0.7",
"@fontsource/source-sans-pro": "^5.0.8",
"@libsql/client": "^0.4.3",
"@nanostores/react": "^0.7.2",
"@octokit/graphql": "^8.0.1",
"@octokit/plugin-rest-endpoint-methods": "^13.2.1",
"@octokit/request": "^9.0.1",
"@octokit/types": "^13.5.0",
"@prisma/adapter-libsql": "^5.10.2",
"@prisma/client": "^5.12.1",
"@radix-ui/themes": "^2.0.3",
"@react-spring/web": "^9.7.3",
"@react-three/fiber": "^8.15.19",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.6",
"@tanstack/react-query-devtools": "^5.28.6",
"@trpc/client": "^11.0.0-next.320",
"@trpc/next": "^11.0.0-next.320",
"@trpc/react-query": "^11.0.0-next.320",
"@trpc/server": "^11.0.0-next.320",
"@types/cors": "^2.8.17",
"@types/mdast": "^4.0.3",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"@vercel/og": "^0.6.2",
"@vitest/browser": "^1.4.0",
"a11y-dialog": "^8.0.4",
"acorn": "^8.11.3",
"astro": "^4.4.13",
"astro-bun-adapter": "^1.0.2",
"astro-icon": "^1.0.4",
"astro-portabletext": "^0.9.7",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"clsx": "^2.1.0",
"cookie": "^0.6.0",
"cors": "^2.8.5",
"cypress": "^13.6.4",
"cz-git": "^1.9.1",
"easing-coordinates": "^2.0.2",
"framer-motion": "^11.0.6",
"gsap": "^3.12.5",
"hast-util-raw": "^9.0.2",
"hast-util-sanitize": "^5.0.1",
"hast-util-to-html": "^9.0.0",
"lucide-react": "^0.358.0",
"markdown-it-front-matter": "^0.2.3",
"mdast": "^3.0.0",
"mdast-util-mdxjs-esm": "^2.0.1",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs-esm": "^3.0.0",
"nanostores": "^0.10.0",
"nightwatch": "latest",
"node-html-parser": "^6.1.12",
"npm": "^10.4.0",
"npmlog": "^7.0.1",
"octokit": "^3.1.2",
"playwright": "^1.42.1",
"prisma-zod-generator": "^0.8.13",
"proc-log": "^3.0.0",
"react": "^18.2.0",
"react-a11y-dialog": "^7.3.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-spring": "^9.7.3",
"react-use": "^17.5.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-dom-stringify": "^4.0.0",
"rehype-format": "^5.0.0",
"rehype-parse": "^9.0.0",
"rehype-pretty-code": "^0.13.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-unwrap-images": "^4.0.0",
"serialize-error": "^11.0.3",
"sharp": "^0.33.4",
"shiki": "^1.6.0",
"squoosh": "^0.0.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"svelte": "^4.2.8",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"three": "^0.162.0",
"tm-themes": "^1.4.3",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unthunk": "^0.0.1",
"vite-plugin-svgr": "^4.2.0",
"webdriverio": "^8.35.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "^3.0.9",
"@eslint/js": "^9.3.0",
"@nightwatch/mobile-helper": "^0.1.12",
"@playwright/test": "^1.42.1",
"@pyxlab/zod-prisma": "^0.6.0",
"@shikijs/transformers": "^1.2.1",
"@shikijs/twoslash": "^1.6.0",
"@swc/core": "^1.4.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/bun": "latest",
"@types/node": "^20.11.26",
"astro-toc": "^0.1.3",
"culori": "^4.0.1",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.1.2",
"husky": "^9.0.10",
"markdown-it": "^14.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-hast": "^13.1.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.35",
"postcss-functions": "^4.0.2",
"postcss-nesting": "^12.0.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-classnames": "^0.5.2",
"prettier-plugin-merge": "^0.6.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.12.1",
"remark-shaku-code-annotate": "^0.4.0",
"set-cookie-parser": "^2.6.0",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"twoslash": "^0.0.12",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"values.js": "^2.1.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.4.0",
"vitest-mock-extended": "^1.3.1",
"zod-to-ts": "^1.2.0"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.9.5"
}
}