Files
create-better-t-stack/apps/web/package.json

36 lines
785 B
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"check": "biome check --write .",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@xyflow/react": "^12.4.3",
"framer-motion": "^12.4.3",
"fumadocs-core": "15.0.6",
"fumadocs-mdx": "11.5.3",
"fumadocs-ui": "15.0.6",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.5",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^8",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3"
}
}