All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "tunnlpls_frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"overrides": {
|
|
"react-simple-maps": {
|
|
"d3-geo": "^3.1.0",
|
|
"d3-color": "^3.1.0",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-zoom": "^3.0.0",
|
|
"react": "^16.8.0 || 17.x || 18.x || 19.x",
|
|
"react-dom": "^16.8.0 || 17.x || 18.x || 19.x"
|
|
},
|
|
"d3-interpolate": {
|
|
"d3-color": "^3.1.0"
|
|
},
|
|
"d3-transition": {
|
|
"d3-color": "^3.1.0"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"better-auth": "^1.3.23",
|
|
"dotenv": "^17.2.2",
|
|
"drizzle-orm": "^0.44.5",
|
|
"net": "^1.0.2",
|
|
"next": "^15.5.2",
|
|
"pg": "^8.16.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-simple-maps": "^3.0.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/pg": "^8.15.5",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-simple-maps": "^3.0.6",
|
|
"drizzle-kit": "^0.31.5",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5"
|
|
}
|
|
}
|