-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.7 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
91
92
{
"private": true,
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "cypress open",
"test:coverage": "cypress run",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@blocknote/core": "^0.15.5",
"@blocknote/mantine": "^0.15.5",
"@blocknote/react": "^0.15.6",
"@blocknote/shadcn": "^0.15.10",
"@defensestation/blocknote-code": "^1.0.4",
"@nivo/bar": "^0.87.0",
"@nivo/line": "^0.87.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@rive-app/react-canvas": "^4.17.4",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.59.13",
"@tiptap/extension-code-block-lowlight": "^2.8.0",
"autoprefixer": "10.4.17",
"blocknote-codeblock": "^1.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"debounce": "^2.1.1",
"dompurify": "^3.1.6",
"emoji-mart": "^5.6.0",
"eslint": "^9.12.0",
"flowbite-react": "^0.10.1",
"framer-motion": "^11.11.1",
"geist": "^1.2.1",
"isomorphic-dompurify": "^2.15.0",
"jsdom": "^25.0.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lowlight": "^3.1.0",
"lucide-react": "^0.435.0",
"markdown-to-jsx": "^7.5.0",
"marked": "^14.1.3",
"motion": "^11.15.0",
"next": "latest",
"next-auth": "^4.24.11",
"next-themes": "^0.3.0",
"postcss": "8.4.33",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^9.0.1",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"reave": "^0.1.3",
"recharts": "^2.13.3",
"server-only": "^0.0.1",
"supabase": "^1.192.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"throttle-debounce": "^5.0.2",
"typescript": "5.3.3",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.11.20",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"cypress": "^13.15.0",
"encoding": "^0.1.13"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
}
}