doorman/packages/doorman-ui/package.json

54 lines
1.3 KiB
JSON

{
"name": "doorman-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cloudscape-design/components": "^3.0.375",
"@hookform/resolvers": "^5.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form-cloudscape": "^1.7.7",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.15.0",
"typescript": "^4.4.2",
"vite": "^4.4.9",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.2.1",
"web-vitals": "^2.1.0",
"zod": "^3.25.56"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000"
}