-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "taskgenius",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@supabase/supabase-js": "^2.75.1",
"class-variance-authority": "^0.7.1",
"fast-glob": "^3.3.3",
"feed": "^5.1.0",
"fumadocs-core": "15.7.13",
"fumadocs-mdx": "12.0.0",
"fumadocs-ui": "15.7.13",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"lucide-react": "^0.544.0",
"mermaid": "^11.12.0",
"next": "15.3.1",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-medium-image-zoom": "^5.4.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"remark-stringify": "^11.0.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5.8.3"
}
}