-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.53 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start",
"lint": "next lint",
"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"
},
"dependencies": {
"@next/third-parties": "^16.2.9",
"@opennextjs/cloudflare": "^1.19.11",
"@types/bun": "^1.3.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.2",
"install": "^0.13.0",
"katex": "^0.16.47",
"lucide-react": "^0.574.0",
"mongodb": "^7.3.0",
"next": "^16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-katex": "^3.1.0",
"recharts": "^3.8.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-katex": "^3.0.4",
"baseline-browser-mapping": "^2.10.38",
"eslint": "^9.39.4",
"eslint-config-next": "15.4.5",
"prettier": "^3.8.4",
"shadcn": "^3.8.5",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"wrangler": "^4.103.0"
}
}