mirror of
https://github.com/tiennm99/exchange-rate-export.git
synced 2026-08-03 22:23:48 +00:00
- Switch pnpm lint to "eslint src" (Next 16 removed "next lint") - Add conventional commit-message prefix/scope to dependabot config
38 lines
840 B
JSON
38 lines
840 B
JSON
{
|
|
"name": "exchange-rate-export",
|
|
"version": "0.1.0",
|
|
"packageManager": "pnpm@11.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"axios": "^1.12.0",
|
|
"date-fns": "^4.1.0",
|
|
"next": "16.2.3",
|
|
"react": "^19.0.0",
|
|
"react-datepicker": "^8.4.0",
|
|
"react-dom": "^19.0.0",
|
|
"recharts": "^3.8.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.4",
|
|
"tailwindcss": "^4"
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": ["sharp", "unrs-resolver"]
|
|
}
|
|
}
|