-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.79 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
{
"name": "hashnode-client-remix",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"deploy": "wrangler pages deploy ./build/client",
"dev": "remix vite:dev",
"postinstall": "pnpm run typegen",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "wrangler pages dev ./build/client",
"typecheck": "tsc",
"typegen": "wrangler types"
},
"dependencies": {
"@blocknote/core": "^0.15.3",
"@blocknote/react": "^0.15.3",
"@blocknote/shadcn": "^0.15.3",
"@epic-web/cachified": "^5.2.0",
"@hookform/resolvers": "^3.9.0",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/cloudflare": "^2.11.1",
"@remix-run/cloudflare-pages": "^2.11.1",
"@remix-run/react": "^2.11.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-virtual": "^3.8.4",
"@tanstack/virtual-core": "^3.8.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"consola": "^3.2.3",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"destr": "^2.0.3",
"dotenv": "^16.4.5",
"isbot": "latest",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"lucide-react": "^0.424.0",
"miniflare": "^3.20240725.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.0.8",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"react-virtuoso": "^4.9.0",
"remix-utils": "^7.6.0",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"ufo": "^1.5.4",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@remix-run/dev": "^2.11.1",
"@remix-run/eslint-config": "^2.11.1",
"@sentry/vite-plugin": "^2.22.0",
"@tailwindcss/typography": "^0.5.14",
"@types/cookie": "^0.6.0",
"@types/highlight.js": "^10.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.8",
"tailwindcss-radix": "^3.0.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.0.0",
"wrangler": "^3.69.1"
},
"engines": {
"node": ">=20.0.0"
}
}