73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"exports": {
|
|
"./theme.css": "./src/theme.css",
|
|
"./components": "./src/components/index.ts",
|
|
"./form": "./src/components/Form/index.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./provider": "./src/provider/index.ts",
|
|
"./validators": "./src/validators/index.ts",
|
|
"./foundations": "./src/foundations/index.ts",
|
|
"./constants": "./src/constants/index.ts",
|
|
"./ag-grid": "./src/components/ag-grid/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts\"",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@mantine/core": "^8.3.15",
|
|
"@mantine/hooks": "^8.3.15",
|
|
"@mantine/modals": "^8.3.15",
|
|
"@mantine/notifications": "^8.3.15",
|
|
"@mantine/tiptap": "^9.3.2",
|
|
"@repo/core-api": "workspace:^",
|
|
"@repo/core-i18n": "workspace:*",
|
|
"@repo/core-storage": "workspace:^",
|
|
"@repo/utils": "workspace:*",
|
|
"@tiptap/extension-link": "^3.27.1",
|
|
"@tiptap/extension-text-align": "^3.27.1",
|
|
"@tiptap/extension-underline": "^3.27.1",
|
|
"@tiptap/pm": "^3.27.1",
|
|
"@tiptap/react": "^3.27.1",
|
|
"@tiptap/starter-kit": "^3.27.1",
|
|
"ag-grid-community": "^36.0.1",
|
|
"ag-grid-enterprise": "^36.0.1",
|
|
"ag-grid-react": "^36.0.1",
|
|
"dayjs": "^1.11.19",
|
|
"lucide-react": "^1.22.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-router-dom": "^7.11.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"zod": "^3.25.36",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"eslint": "^8.57.1",
|
|
"jsdom": "^26.1.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"typescript": "5.5.4",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
} |