mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-05-16 22:28:17 +00:00
38 lines
No EOL
1 KiB
JSON
38 lines
No EOL
1 KiB
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"start": "node .output/server/index.mjs",
|
|
"types:check": "fumadocs-mdx && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-router": "^1.134.12",
|
|
"@tanstack/react-router-devtools": "^1.134.12",
|
|
"@tanstack/react-start": "^1.134.12",
|
|
"fumadocs-core": "16.2.1",
|
|
"fumadocs-mdx": "14.0.4",
|
|
"fumadocs-ui": "16.2.1",
|
|
"lucide-static": "^0.552.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"vite": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24.10.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"nitro": "3.0.1-alpha.1",
|
|
"tailwindcss": "^4.1.16",
|
|
"typescript": "^5.9.3",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
} |