-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "@backflipjs/docs",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && vite build --ssr",
"preview": "wrangler dev",
"publish": "wrangler publish",
"tsc": "tsc"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.3.0",
"@cloudmix-dev/react": "~0.0.25",
"@remix-run/cloudflare": "~2.4.1",
"@remix-run/react": "~2.6.0",
"@remix-run/server-runtime": "~2.4.1",
"cookie": "~0.6.0",
"isbot": "~4.1.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "~4.20231218.0",
"@cloudmix-dev/tailwind": "~0.0.25",
"@mdx-js/rollup": "~3.0.0",
"@remix-run/dev": "~2.4.1",
"@types/cookie": "~0.6.0",
"@types/react": "~18.2.52",
"@types/react-dom": "~18.2.19",
"autoprefixer": "~10.4.17",
"postcss": "~8.4.35",
"rehype-slug": "~6.0.0",
"remark-frontmatter": "~5.0.0",
"remark-mdx-frontmatter": "~4.0.0",
"tailwindcss": "~3.4.0",
"wrangler": "3.28.3"
},
"engines": {
"node": ">=18.0.0"
}
}