mirror of
https://github.com/tiennm99/exchange-rate-export.git
synced 2026-05-14 06:58:44 +00:00
ac460a2c67
Bumps [next](https://github.com/vercel/next.js) from 15.5.9 to 16.1.5. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"name": "exchange-rate-export",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"axios": "^1.12.0",
|
|
"date-fns": "^4.1.0",
|
|
"next": "16.1.5",
|
|
"react": "^19.0.0",
|
|
"react-datepicker": "^8.4.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.4",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|