-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.77 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
{
"name": "windowsonarm-cf",
"resolutions": {
"string-width": "4.2.3"
},
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts",
"env": "dotenv -e .dev.vars"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.649.0",
"@aws-sdk/s3-request-presigner": "^3.649.0",
"@clerk/nextjs": "^5.4.1",
"@cretezy/cloudflare-d1-backup": "^0.2.1",
"@faker-js/faker": "^8.4.1",
"@fluentui/react": "^8.120.9",
"@fluentui/react-components": "^9.54.14",
"@fluentui/react-icons": "^2.0.258",
"@fluentui/react-table": "^9.15.16",
"@giscus/react": "^3.0.0",
"@haverstack/axios-fetch-adapter": "^0.12.0",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@neondatabase/serverless": "^0.9.5",
"@prisma/adapter-d1": "^5.19.1",
"@prisma/adapter-neon": "^5.19.1",
"@prisma/adapter-pg": "^5.19.1",
"@prisma/client": "^5.19.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@tanstack/react-query-devtools": "^5.55.4",
"@types/pg": "^8.11.8",
"@types/react-modal": "^3.16.3",
"@types/react-query": "^1.2.9",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fluentui-next-appdir-directive": "^0.1.7",
"fs": "0.0.1-security",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-model": "^4.3.1",
"react-query": "^3.39.3",
"react-share": "^5.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"simple-icons": "^13.9.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"module": "index.ts",
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.2",
"@cloudflare/workers-types": "^4.20240909.0",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-next-on-pages": "^1.13.2",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"vercel": "^34.4.0",
"wrangler": "^3.76.0"
}
}