Uecko_ERP/packages/ui/package.json

33 lines
811 B
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
2025-05-05 17:11:44 +00:00
"name": "@repo/rdx-ui",
2025-05-02 21:43:51 +00:00
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
2025-05-05 17:11:44 +00:00
"lint": "biome lint --fix"
2025-05-02 21:43:51 +00:00
},
"dependencies": {
2025-05-05 17:11:44 +00:00
"@repo/shadcn-ui": "workspace:*",
"i18next": "^25.0.2",
2025-05-02 21:43:51 +00:00
"lucide-react": "^0.503.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-05-05 17:11:44 +00:00
"react-router-dom": "^6.26.0"
2025-05-02 21:43:51 +00:00
},
"devDependencies": {
2025-05-05 09:27:00 +00:00
"@biomejs/biome": "1.9.4",
2025-05-02 21:43:51 +00:00
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.5.2",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
},
"exports": {
2025-05-05 17:11:44 +00:00
"./components": "./src/components/index.tsx",
2025-05-02 21:43:51 +00:00
"./components/*": "./src/components/*.tsx",
2025-05-05 17:11:44 +00:00
"./hooks/*": ["./src/hooks/*.tsx", "./src/hooks/*.ts"]
2025-05-02 21:43:51 +00:00
}
}