Files
netrunner-landing/package.json
2026-04-27 16:15:42 +07:00

44 lines
1.1 KiB
JSON

{
"name": "netrunner-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.8.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"framer-motion": "^12.38.0",
"install": "^0.13.0",
"lucide-react": "^1.8.0",
"matrix-engine": "link:matrix-engine/pkg",
"negotiator": "^1.0.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"pocketbase": "^0.26.8",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.3.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/negotiator": "^0.6.4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}