-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 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
{
"name": "beenote",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ai-sdk/openai": "^3.0.67",
"@tiptap/core": "^3.24.0",
"@tiptap/extension-highlight": "^3.24.0",
"@tiptap/extension-image": "^3.24.0",
"@tiptap/extension-placeholder": "^3.24.0",
"@tiptap/extension-table": "^3.24.0",
"@tiptap/extension-table-cell": "^3.24.0",
"@tiptap/extension-table-header": "^3.24.0",
"@tiptap/extension-table-row": "^3.24.0",
"@tiptap/extension-youtube": "^3.24.0",
"@tiptap/pm": "^3.24.0",
"@tiptap/react": "^3.24.0",
"@tiptap/starter-kit": "^3.24.0",
"@types/node": "20.5.1",
"@types/node-fetch": "^2.6.4",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vercel/analytics": "^1.0.2",
"ai": "^6.0.193",
"daisyui": "^2.51.5",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"eventsource-parser": "^1.0.0",
"framer-motion": "^12.40.0",
"next": "^16.2.6",
"openai": "^4.0.1",
"pocketbase": "^0.16.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hot-toast": "^2.4.1",
"react-spinners": "^0.17.0",
"remixicon": "^3.5.0",
"sharp": "^0.32.5",
"spinkit": "^2.0.1",
"sweetalert2": "^11.7.27",
"typescript": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}