43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"exports": {
|
|
"./theme.css": "./src/theme.css",
|
|
"./components": "./src/components/index.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./provider": "./src/provider/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": {
|
|
"@mantine/core": "^8.3.15",
|
|
"@mantine/hooks": "^8.3.15",
|
|
"@repo/utils": "workspace:*",
|
|
"dayjs": "^1.11.19",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"eslint": "^8.57.1",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"typescript": "5.5.4",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
} |