Files
riotpiao.com/package.json
T
Story Crater Bot 70fcdb599f
CI / Test (pull_request) Failing after 35s
CI / Build & Push Image (pull_request) Skipped
fix: update lucide-react to v1.41.0 (React 19 support)
[email protected].0 doesn't support React 19.x
[email protected].0 explicitly supports React 16-19

Also revert to plain 'npm install' (no --legacy-peer-deps needed).
2026-09-06 23:52:25 -07:00

37 lines
877 B
JSON

{
"name": "riotpiao",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"framer-motion": "^11.0.0",
"lucide-react": "^1.41.0",
"next": "^15.5.20",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@types/node": "20.17.6",
"@types/react": "19.2.17",
"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.64.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.1",
"eslint-config-next": "^16.2.10",
"postcss": "^8.4.32",
"typescript": "5.8.2"
}
}