-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "echobell.one",
"version": "0.1.0",
"private": true,
"scripts": {
"content:prepare": "fumadocs-mdx && npm run generate:raw-content",
"generate:raw-content": "node scripts/generate-raw-content.mjs",
"dev": "npm run content:prepare && next dev --turbopack",
"build": "npm run content:prepare && next build",
"start": "next start",
"lint": "eslint .",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"postinstall": "npm run content:prepare"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@icons-pack/react-simple-icons": "^13.13.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@opennextjs/cloudflare": "^1.17.3",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^2.0.1",
"fumadocs-core": "^16.7.5",
"fumadocs-mdx": "^14.2.11",
"fumadocs-ui": "^16.7.5",
"lucide-react": "^1.0.1",
"motion": "^12.38.0",
"next": "^16.2.1",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260317.1",
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.77.0"
}
}