Files
riotpiao.com/package.json
T
Story Crater Bot 5a95ce67de
CI / Test (pull_request) Successful in 1m35s
CI / Build & Push Image (pull_request) Skipped
fix: update lucide-react + eslint versions
- lucide-react: 0.344.0 → 1.41.0 (React 19 support)
- eslint: 8.57.1 → 9.0.0 (compatibility with eslint-config-next 16.x)

Also includes:
- Registry login via env vars (FORGEJO_REGISTRY_USER/TOKEN)
- LLM config in encrypted ConfigMap (in-cluster endpoint)
2026-09-07 00:00:47 -07:00

37 lines
876 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": "^9.0.0",
"eslint-config-next": "^16.2.10",
"postcss": "^8.4.32",
"typescript": "5.8.2"
}
}