mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 07:17:41 +00:00
Bumps [next](https://github.com/vercel/next.js) from 16.2.6 to 16.3.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.3.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "tipilan",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"drizzle:generate": "drizzle-kit generate:sqlite",
|
|
"drizzle:push": "drizzle-kit push:sqlite",
|
|
"drizzle:studio": "drizzle-kit studio"
|
|
},
|
|
"dependencies": {
|
|
"@libsql/client": "^0.17.4",
|
|
"@paralleldrive/cuid2": "^3.3.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
"@radix-ui/react-select": "^2.3.7",
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
"@radix-ui/react-tooltip": "^1.2.16",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@types/three": "^0.184.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"drizzle-orm": "^0.45.2",
|
|
"lucide-react": "^1.31.0",
|
|
"material-symbols": "^0.44.12",
|
|
"next": "16.3.0",
|
|
"next-intl": "^4.13.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-icons": "^5.7.0",
|
|
"react-markdown": "^10.1.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"three": "^0.184.0",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.6",
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/bun": "^1.3.14",
|
|
"@types/node": "^25.9.5",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"autoprefixer": "^10.5.4",
|
|
"dotenv": "^17.4.2",
|
|
"drizzle-kit": "^0.31.10",
|
|
"eslint": "^10.8.1",
|
|
"eslint-config-next": "16.2.6",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^4.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|