feat: docs.pivoine.art
This commit is contained in:
36
Projects/docs.pivoine.art/package.json
Normal file
36
Projects/docs.pivoine.art/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user