37 lines
827 B
JSON
37 lines
827 B
JSON
{
|
|
"name": "pivoine-docs-hub",
|
|
"version": "1.0.0",
|
|
"description": "Documentation hub for Pivoine projects by Valknar",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.14",
|
|
"lucide-react": "^0.263.1",
|
|
"next": "^15.0.3",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "^15.0.3",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.0.0"
|
|
}
|