-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.42 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.42 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": "dev-gemini",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.14.1",
"@tiptap/extension-bubble-menu": "^2.4.0",
"@tiptap/extension-code-block-lowlight": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"framer-motion": "^11.2.13",
"highlight.js": "^11.10.0",
"lowlight": "^2.9.0",
"mongoose": "^7.0.3",
"nanoid": "^5.0.7",
"next": "14.2.4",
"next-auth": "^5.0.0-beta.19",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-modern-drawer": "^1.3.1",
"react-shadow": "^20.5.0",
"react-share": "^5.1.0",
"react-tooltip": "^5.27.1",
"react-use": "^17.5.0",
"sonner": "^1.5.0",
"styled-components": "^6.1.11",
"tailwindcss-all": "^0.0.2",
"tiptap-markdown": "^0.8.10",
"use-ripple-hook": "^1.0.24",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}