-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.13 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": "llog",
"private": true,
"scripts": {
"db:diff": "supabase db diff",
"db:reset": "supabase db reset",
"db:start": "supabase start",
"db:stop": "supabase stop",
"db:types": "mkdir -p 'app/_types' && supabase gen types typescript --local > 'app/_types/database.ts'",
"dev": "next dev --turbo",
"format": "prettier --write .",
"lint": "next lint",
"start": "next build && next start",
"up": "bun update --latest && bun i [email protected] react@rc react-dom@rc"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@heroicons/react": "^2.1.5",
"@lemonsqueezy/lemonsqueezy.js": "^3.3.1",
"@observablehq/plot": "^0.6.16",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dismissable-layer": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/extension-bold": "^2.9.1",
"@tiptap/extension-bullet-list": "^2.9.1",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-italic": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-list-item": "^2.9.1",
"@tiptap/extension-ordered-list": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/extension-youtube": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@types/humanize-duration": "^3.27.4",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.2",
"@visx/responsive": "^3.10.2",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "^15.0.2",
"eslint-config-prettier": "^9.1.0",
"fuse.js": "^7.0.0",
"humanize-duration": "^3.32.1",
"json-2-csv": "^5.5.6",
"lodash": "^4.17.21",
"nanoid": "^5.0.8",
"next": "^15.0.2",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^19.0.0-rc-603e6108-20241029",
"react-dom": "^19.0.0-rc-603e6108-20241029",
"react-dropzone": "^14.2.10",
"react-hook-form": "7.53.1",
"react-select": "^5.8.2",
"resend": "^4.0.1-alpha.0",
"supabase": "^1.207.9",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"vaul": "^1.1.1",
"vercel": "^37.13.0",
"xss": "^1.0.15"
}
}