mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
34 lines
1000 B
JSON
34 lines
1000 B
JSON
{
|
|
"name": "altstack-docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "The AltStack Documentation Hub",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
|
|
"start": "next start -p 3001"
|
|
},
|
|
"dependencies": {
|
|
"@next/mdx": "^15.1.0",
|
|
"@tailwindcss/postcss": "^4.2.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"framer-motion": "^12.34.2",
|
|
"lucide-react": "^0.574.0",
|
|
"next": "^15.1.0",
|
|
"next-themes": "^0.4.6",
|
|
"nextra": "^4.0.0",
|
|
"nextra-theme-docs": "^4.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.0.0",
|
|
"autoprefixer": "^10.4.24",
|
|
"pagefind": "^1.4.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.2.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
} |