-
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) · 908 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 908 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": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@types/prismjs": "^1.26.5",
"framer-motion": "^12.23.26",
"fumadocs-core": "^16.2.4",
"fumadocs-mdx": "^14.1.0",
"fumadocs-ui": "16.2.4",
"hls": "^0.0.1",
"hls.js": "^1.6.15",
"lucide-react": "^0.559.0",
"next": "^16.0.10",
"prismjs": "^1.30.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^16.1.0"
},
"devDependencies": {
"@types/node": "25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.17",
"tailwindcss": "^4.1.17",
"postcss": "^8.5.6"
}
}