-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.27 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
{
"name": "@patdx/site",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"deploy": "wrangler pages deploy",
"dev": "remix vite:dev",
"start": "wrangler pages dev",
"typecheck": "tsc",
"typegen": "wrangler types",
"update-react": "pnpm install --save-exact react@rc react-dom@rc",
"lint": "biome lint",
"lint:fix": "biome lint --fix",
"format": "biome format --write",
"db-gen": "drizzle-kit generate",
"db-up": "pnpm wrangler d1 migrations apply pmil-me",
"db-exec": "pnpm wrangler d1 execute pmil-me"
},
"dependencies": {
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/react-slot": "1.1.0",
"@remix-run/cloudflare": "2.13.1",
"@remix-run/cloudflare-pages": "2.13.1",
"@remix-run/react": "2.13.1",
"@resvg/resvg-wasm": "2.6.2",
"@tryfabric/martian": "1.2.4",
"@unpic/react": "0.1.14",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"drizzle-orm": "0.36.0",
"humanize-url": "3.0.0",
"isbot": "5.1.17",
"lodash-es": "4.17.21",
"lucide-react": "0.454.0",
"ofetch": "1.4.1",
"path-browserify": "1.0.1",
"react": "rc",
"react-dom": "rc",
"react-loops": "1.3.0",
"react-notion-x": "6.16.0",
"rehype-sanitize": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"safe-mdx": "0.0.5",
"satori": "0.11.2",
"sharp": "0.33.5",
"solid-js": "1.9.3",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"ulidx": "2.4.1",
"unified": "11.0.5",
"yoga-wasm-web": "0.3.3",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "4.20241022.0",
"@epic-web/cachified": "5.2.0",
"@iconify-json/ion": "1.2.1",
"@libsql/client": "0.14.0",
"@mdx-js/rollup": "3.1.0",
"@notionhq/client": "2.2.15",
"@remix-run/dev": "2.13.1",
"@remix-run/server-runtime": "2.13.1",
"@shikijs/rehype": "1.22.2",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.15",
"@types/lodash-es": "4.17.12",
"@types/path-browserify": "1.0.3",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"autoprefixer": "10.4.20",
"cachified-adapter-cloudflare-kv": "2.3.0",
"drizzle-kit": "0.27.0",
"gray-matter": "4.0.3",
"postcss": "8.4.47",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "5.0.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.3",
"unplugin-icons": "0.20.0",
"vite": "5.4.10",
"vite-imagetools": "7.0.4",
"vite-node": "2.1.4",
"vite-plugin-wasm": "3.3.0",
"vite-tsconfig-paths": "5.0.1",
"wrangler": "3.82.0",
"zx": "8.2.0"
},
"engines": {
"node": ">=20.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
],
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
}
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}