-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 832 Bytes
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
{
"name": "ctxiq-docs",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"autoprefixer": "^10.5.0",
"clsx": "2.1.1",
"gray-matter": "^4.0.3",
"lucide-react": "^1.17.0",
"next": "16.2.7",
"next-mdx-remote": "^6.0.0",
"next-themes": "0.4.6",
"postcss": "^8.5.15",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwind-merge": "3.2.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"typescript": "5.5.4"
},
"overrides": {
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3"
}
}