mirror of
https://github.com/selfhosters-cc/container-census.git
synced 2026-01-20 13:39:36 -06:00
28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"name": "container-census-nextjs-integration",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Next.js integration for Container Census telemetry",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.4.0",
|
|
"next": "^14.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|