forked from OFFER-HUB/offer-hub-monorepo
-
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.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 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": "offer-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:openapi": "npx tsx scripts/generate-openapi.ts",
"docs:index": "node scripts/generate-docs-index.mjs",
"prebuild": "node scripts/generate-docs-index.mjs"
},
"dependencies": {
"@supabase/supabase-js": "^2.97.0",
"@tailwindcss/typography": "^0.5.19",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"html2pdf.js": "^0.14.0",
"lucide-react": "^0.574.0",
"mermaid": "^11.12.3",
"next": "^15.1.0",
"next-mdx-remote": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.22.0",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.1.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0"
}
}