mirror of
https://github.com/luxfi/help.git
synced 2026-08-07 15:29:37 +00:00
34 lines
804 B
JSON
34 lines
804 B
JSON
{
|
|
"name": "@luxfi/help",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3003",
|
|
"build": "TURBOPACK=0 next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@luxfi/logo": "^1.0.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.468.0",
|
|
"next": "16.0.1",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.16"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.16",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "pnpm@10.12.4"
|
|
}
|