twinkle/package.json
dependabot[bot] 042d6a340d
chore(deps): bump next from 14.2.8 to 14.2.10
Bumps [next](https://github.com/vercel/next.js) from 14.2.8 to 14.2.10.
- [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/v14.2.8...v14.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 07:22:06 +00:00

30 lines
640 B
JSON

{
"name": "twinkle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}