mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
32 lines
659 B
JSON
32 lines
659 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.1.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"fumadocs-ui": "15.0.6",
|
|
"fumadocs-core": "15.0.6",
|
|
"fumadocs-mdx": "11.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.13.1",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"typescript": "^5.7.3",
|
|
"@types/mdx": "^2.0.13",
|
|
"@tailwindcss/postcss": "^4.0.5",
|
|
"tailwindcss": "^4.0.5",
|
|
"postcss": "^8.5.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.1.6"
|
|
}
|
|
}
|