mirror of
https://github.com/plannotator/effective-html.git
synced 2026-09-19 01:11:19 +08:00
39 lines
962 B
JSON
39 lines
962 B
JSON
{
|
|
"name": "effective-html-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.34.3",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "5.3.0",
|
|
"@fontsource-variable/inter-tight": "5.3.0",
|
|
"fumadocs-core": "16.14.0",
|
|
"fumadocs-mdx": "15.2.1",
|
|
"fumadocs-ui": "16.14.0",
|
|
"lucide-react": "1.28.0",
|
|
"next": "16.2.12",
|
|
"next-themes": "0.4.6",
|
|
"react": "19.2.8",
|
|
"react-dom": "19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.3.3",
|
|
"@types/mdx": "2.0.14",
|
|
"@types/node": "26.1.2",
|
|
"@types/react": "19.2.18",
|
|
"@types/react-dom": "19.2.4",
|
|
"eslint": "9.39.5",
|
|
"eslint-config-next": "16.2.12",
|
|
"postcss": "8.5.25",
|
|
"tailwindcss": "4.3.3",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|