33 lines
811 B
JSON
33 lines
811 B
JSON
{
|
|
"name": "@repo/rdx-ui",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "biome lint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@repo/shadcn-ui": "workspace:*",
|
|
"i18next": "^25.0.2",
|
|
"lucide-react": "^0.503.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^6.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@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": {
|
|
"./components": "./src/components/index.tsx",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./hooks/*": ["./src/hooks/*.tsx", "./src/hooks/*.ts"]
|
|
}
|
|
}
|