accounts/ui/panel/package.json
dependabot[bot] b928964549 chore(deps): bump next from 14.2.3 to 14.2.32 in /ui/panel (#203)
Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.32.
- [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.3...v14.2.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-14 10:49:24 +08:00

24 lines
512 B
JSON

{
"name": "xcontrol-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && rm -rf ../dist && cp -r out ../dist"
},
"dependencies": {
"lucide-react": "^0.292.0",
"next": "14.2.32",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}