-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.23 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
{
"name": "edge-cms",
"type": "module",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix vite:build",
"deploy": "wrangler pages deploy",
"dev": "remix vite:dev",
"start": "wrangler pages dev",
"typecheck": "tsc",
"typegen": "wrangler types",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@cloudflare/workers-types": "4.20241230.0",
"@hattip/adapter-cloudflare-workers": "0.0.49",
"@hattip/bundler-cloudflare-workers": "0.0.49",
"@ltd/j-toml": "1.38.0",
"@remix-run/dev": "^2.10.3",
"@tailwindcss/forms": "0.5.7",
"@types/better-sqlite3": "7.6.11",
"@types/gensync": "1.0.4",
"@types/lodash-es": "4.17.12",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"autoprefixer": "10.4.19",
"better-sqlite3": "11.1.2",
"daisyui": "4.12.10",
"only-allow": "^1.1.1",
"postcss": "8.4.40",
"prettier": "3.3.3",
"sql-formatter": "15.3.2",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"unimport": "3.9.1",
"unplugin-auto-import": "0.18.2",
"vite": "5.3.6",
"vite-node": "2.0.5",
"vite-plugin-cjs-interop": "2.1.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"wrangler": "3.99.0"
},
"dependencies": {
"@hattip/response": "0.0.49",
"@hono/zod-validator": "0.2.2",
"@monaco-editor/react": "^4.5.1",
"@remix-run/cloudflare": "^2.10.3",
"@remix-run/cloudflare-pages": "^2.10.3",
"@remix-run/react": "^2.10.3",
"@rjsf/core": "5.19.3",
"@rjsf/utils": "5.19.3",
"@rjsf/validator-ajv8": "5.19.3",
"@sinclair/typebox": "0.32.35",
"@tanstack/react-query": "5.51.16",
"@types/json-schema": "7.0.15",
"clsx": "2.1.1",
"dirty-json": "0.9.2",
"gensync": "1.0.0-beta.2",
"hono": "4.6.5",
"isbot": "5.1.13",
"lodash-es": "4.17.21",
"monaco-editor": "^0.50.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-error-boundary": "4.0.13",
"sql-template-tag": "5.2.1",
"sqlstring-sqlite": "0.1.1",
"zod": "3.23.8",
"zustand": "4.5.4"
},
"pnpm": {
"onlyBuiltDependencies": ["better-sqlite3"],
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
}
},
"packageManager": "[email protected]"
}