-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.2 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 3.2 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "promleeblog",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"next dev --turbopack\" \"tsx ./watcher.ts\" --kill-others",
"next-dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"netlify-deploy": "next build && next export",
"vercel-deploy": "next build && next export"
},
"dependencies": {
"@bprogress/next": "^3.2.10",
"@google-analytics/data": "^5.1.0",
"@hookform/resolvers": "^5.0.1",
"@mdx-js/react": "^3.1.0",
"@next/eslint-plugin-next": "15.2.4",
"@next/mdx": "15.2.4",
"@next/third-parties": "15.2.4",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^6.5.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@supabase/ssr": "^0.6.1",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.21",
"chokidar": "^4.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cytoscape": "^3.31.2",
"cytoscape-cose-bilkent": "^4.1.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.9.2",
"googleapis": "^148.0.0",
"gray-matter": "^4.0.3",
"input-otp": "^1.4.2",
"lucide-react": "^0.487.0",
"mysql2": "^3.14.0",
"next": "15.2.8",
"next-images": "^1.8.5",
"next-mdx-remote": "^5.0.0",
"next-swagger-doc": "^0.4.1",
"next-themes": "^0.4.6",
"npm-run-all": "^4.1.5",
"plaiceholder": "^3.0.0",
"react": "19.1.2",
"react-cytoscapejs": "^2.0.0",
"react-day-picker": "^9.6.4",
"react-dom": "19.1.2",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"react-responsive": "^10.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"return-fetch": "^0.4.8",
"sharp": "^0.33.5",
"shiki": "^3.2.1",
"swiper": "^11.2.6",
"tailwind-merge": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/cytoscape": "^3.21.9",
"@types/node": "^22",
"@types/react": "^19.1.2",
"@types/react-cytoscapejs": "^1.2.5",
"@types/react-dom": "^19.1.2",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"eslint-plugin-import": "^2.31.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.5.0",
"tailwindcss": "^4.1.1",
"tsx": "^4.19.3",
"typescript": "^5",
"ws": "^8.18.1"
},
"overrides": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2"
}
}