- Introduced RowActions component to manage row-level actions with tooltips and dropdown menus. - Created types for row actions and page actions to standardize action properties. - Implemented utility function to map action intents to Mantine theme colors. - Updated CoreAppShell component to support optional slots for better flexibility. - Added enterprise module structure with context hooks for managing module state and actions. - Implemented draft management for forms to enhance user experience during data entry. - Established context providers for detail, form, and index pages to streamline data handling. - Updated dependencies to ensure compatibility with the latest versions.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@repo/core-api": "workspace:*",
|
|
"@repo/core-events": "workspace:*",
|
|
"@repo/core-i18n": "workspace:*",
|
|
"@repo/core-storage": "workspace:*",
|
|
"@repo/ui": "workspace:*",
|
|
"@repo/utils": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"dayjs": "^1.11.19",
|
|
"events": "^3.3.0",
|
|
"i18next": "^24.2.2",
|
|
"lucide-react": "^1.22.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-i18next": "^15.4.0",
|
|
"react-router-dom": "^7.11.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"zod": "^3.25.36"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"eslint": "^8.57.1",
|
|
"typescript": "5.5.4",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
} |