33 lines
749 B
JSON
33 lines
749 B
JSON
{
|
|
"name": "admin-panel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "biome check",
|
|
"format": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.5.0",
|
|
"geoip-lite": "^1.4.10",
|
|
"next": "15.5.2",
|
|
"react": "19.1.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "19.1.0",
|
|
"swr": "^2.3.6",
|
|
"ua-parser-js": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/geoip-lite": "^1.4.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|