mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 00:53:14 +02:00
Initialize public data and docs repository
This commit is contained in:
34
docs/package.json
Normal file
34
docs/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user