66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "fullstack-agentcore-solution-template-frontend",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"lint:fix": "eslint src/ --fix",
|
|
"clean": "rm -rf build/ node_modules/ .vite/"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "1.62.2",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-popover": "^1.1.17",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.10",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.2.10",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"aws-amplify": "^6.16.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.562.0",
|
|
"oidc-client-ts": "^3.5.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-is": "^19.2.7",
|
|
"react-markdown": "^10.1.0",
|
|
"react-oidc-context": "^3.3.0",
|
|
"react-router-dom": "^6.21.0",
|
|
"react-spinners": "^0.17.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"recharts": "^3.8.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.2.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@shadcn/ui": "^0.0.4",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@testing-library/jest-dom": "^6.1.5",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"@types/node": "^25.0.3",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"fast-check": "^4.5.3",
|
|
"jsdom": "^23.0.1",
|
|
"prettier": "^3.8.1",
|
|
"shadcn": "^3.0.0",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.2.9",
|
|
"typescript": "^5",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|