-
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.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 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": "documentation",
"private": true,
"type": "module",
"imports": {
"~/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3000",
"generate-routes": "tsr generate",
"build": "vite build",
"preview": "vite preview",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.14.3",
"@icons-pack/react-simple-icons": "^13.13.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router": "latest",
"@tanstack/react-start": "latest",
"fumadocs-core": "^16.14.3",
"fumadocs-mdx": "^15.2.3",
"lucide-react": "^1.31.0",
"nitro": "3.0.260610-beta",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/mdx": "^2.0.14",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"oxfmt": "^0.63.0",
"oxlint": "^1.78.0",
"typescript": "^6.0.2",
"vite": "^8.0.0"
}
}