Files
shorturl-analytics/package.json
2025-04-01 19:43:30 +08:00

61 lines
2.1 KiB
JSON

{
"name": "shorturl-analytics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ch": "bash scripts/db/sql/clickhouse/ch-query.sh",
"ch:tables": "bash scripts/db/sql/clickhouse/ch-query.sh -t",
"ch:dbs": "bash scripts/db/sql/clickhouse/ch-query.sh -d",
"ch:describe": "bash scripts/db/sql/clickhouse/ch-query.sh -s",
"ch:sample": "bash scripts/db/sql/clickhouse/ch-query.sh -p",
"ch:count": "bash scripts/db/sql/clickhouse/ch-query.sh -c",
"ch:query": "bash scripts/db/sql/clickhouse/ch-query.sh -q",
"ch:file": "bash scripts/db/sql/clickhouse/ch-query.sh -f",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:stop": "pm2 stop ecosystem.config.js",
"pm2:restart": "pm2 restart ecosystem.config.js",
"pm2:reload": "pm2 reload ecosystem.config.js",
"pm2:delete": "pm2 delete ecosystem.config.js",
"pm2:logs": "pm2 logs"
},
"dependencies": {
"@clickhouse/client": "^1.11.0",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/themes": "^3.2.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@types/chart.js": "^2.9.41",
"@types/recharts": "^1.8.29",
"@types/uuid": "^10.0.0",
"chart.js": "^4.4.8",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.486.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.1",
"tailwind-merge": "^3.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@supabase/supabase-js": "^2.49.4",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"css-loader": "^7.1.2",
"dotenv": "^16.4.7",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"style-loader": "^4.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}