mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "app-router",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"packageManager": "pnpm@9.11.0",
|
|
"dependencies": {
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@types/escape-html": "^1.0.4",
|
|
"escape-html": "^1.0.3",
|
|
"framer-motion": "^11.11.9",
|
|
"ioredis": "^5.4.1",
|
|
"lucide-react": "^0.453.0",
|
|
"next": "15.0.1",
|
|
"react": "19.0.0-rc-69d4b800-20241021",
|
|
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
|
"sharp": "^0.33.5",
|
|
"swr": "^2.2.5",
|
|
"use-smooth-count": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.1",
|
|
"postcss": "^8",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
|
}
|
|
}
|
|
}
|