Files
equitysearch/package.json
T

35 lines
804 B
JSON
Raw Normal View History

{
"name": "equitysearch",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.68.0",
"next": "^15.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^2.15.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.7.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}