-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "minima-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"pm2": "pm2 start npm --name \"minima-docs\" -- start"
},
"dependencies": {
"@radix-ui/react-separator": "^1.1.0",
"@tabler/icons-react": "^3.10.0",
"@tailwindcss/postcss": "^4.0.6",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"fumadocs-core": "15.0.9",
"fumadocs-mdx": "11.5.6",
"fumadocs-ui": "15.0.9",
"lucide-react": "^0.408.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.4.4",
"next": "15.1.11",
"next-themes": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.7",
"@tailwindcss/postcss": "^4.0.6",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.4",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3"
}
}