2026-02-10 11:32:49 -08:00
|
|
|
{
|
|
|
|
|
"name": "explorer-frontend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"packageManager": "pnpm@10.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
2026-03-02 12:14:13 -08:00
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"test": "npm run lint && npm run type-check",
|
|
|
|
|
"test:unit": "vitest run"
|
2026-02-10 11:32:49 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-02 12:14:13 -08:00
|
|
|
"@tanstack/react-query": "^5.14.2",
|
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
|
"axios": "^1.6.2",
|
|
|
|
|
"clsx": "^2.0.0",
|
|
|
|
|
"date-fns": "^3.0.6",
|
2026-02-10 11:32:49 -08:00
|
|
|
"next": "^14.0.4",
|
2026-03-02 12:14:13 -08:00
|
|
|
"postcss": "^8.4.32",
|
2026-02-10 11:32:49 -08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"tailwindcss": "^3.3.6",
|
2026-03-02 12:14:13 -08:00
|
|
|
"zustand": "^4.4.7"
|
2026-02-10 11:32:49 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20.10.5",
|
|
|
|
|
"@types/react": "^18.2.45",
|
|
|
|
|
"@types/react-dom": "^18.2.18",
|
|
|
|
|
"eslint": "^8.56.0",
|
2026-03-02 12:14:13 -08:00
|
|
|
"eslint-config-next": "^14.0.4",
|
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
|
"vitest": "^1.6.1"
|
2026-02-10 11:32:49 -08:00
|
|
|
}
|
|
|
|
|
}
|