-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.78 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.78 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
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
91
92
{
"name": "openfeed",
"description": "Collect feedback, manage your roadmap, and publish changelog updates — all through one embeddable widget. Install once, control everything from your dashboard.",
"author": {
"name": "Ali Amer",
"email": "aliamer19ali@gmail.com",
"url": "https://openfeed.ink"
},
"version": "0.1.0",
"license": "AGPL-3.0-only",
"homepage": "https://openfeed.ink",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"generate": "drizzle-kit generate",
"pushdb": "drizzle-kit push --force",
"email:dev": "email dev",
"seed": "npx tsx scripts/seedFeatures.ts"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emailjs/browser": "^4.4.1",
"@faker-js/faker": "^10.3.0",
"@hookform/resolvers": "^5.2.2",
"@paddle/paddle-js": "^1.6.2",
"@paddle/paddle-node-sdk": "^3.6.1",
"@react-email/components": "^1.0.8",
"@react-email/render": "^2.0.4",
"@tiptap/extension-highlight": "^3.20.1",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/extension-placeholder": "^3.20.1",
"@tiptap/extension-text-align": "^3.20.1",
"@tiptap/extension-underline": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"ai": "^6.0.116",
"better-auth": "^1.4.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"ioredis": "^5.10.0",
"lucide-react": "^0.575.0",
"motion": "^12.34.3",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-themes": "^0.4.6",
"openai": "^6.32.0",
"postgres": "^3.4.8",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-colorful": "^5.6.1",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"resend": "^6.9.3",
"shadcn": "^3.8.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@react-email/preview-server": "5.2.9",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/ioredis": "^4.28.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"react-email": "5.2.9",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}