mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-25 21:18:46 +07:00
32 lines
726 B
JSON
32 lines
726 B
JSON
{
|
|
"name": "trustlab-docs",
|
|
"version": "0.0.1",
|
|
"description": "Documentation for TrustLab",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"postbuild": "next-sitemap",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "^14.0.0",
|
|
"nextra": "2.13.4",
|
|
"nextra-theme-docs": "2.13.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"swr": "^2.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^18.2.0",
|
|
"autoprefixer": "^10.4.23",
|
|
"next-sitemap": "^4.2.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|