Uecko_ERP/packages/rdx-ui/package.json

42 lines
1.1 KiB
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-09 10:45:32 +00:00
"ui:lint": "biome lint --fix"
},
"exports": {
2025-05-10 08:40:40 +00:00
"./globals.css": "./src/styles/globals.css",
2025-05-09 10:45:32 +00:00
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
"./hooks/*": ["./src/hooks/*.tsx", "./src/hooks/*.ts"]
2025-05-02 21:43:51 +00:00
},
"dependencies": {
2025-05-05 17:11:44 +00:00
"@repo/shadcn-ui": "workspace:*",
2025-05-09 10:45:32 +00:00
"esbuild-raw-plugin": "^0.2.0",
2025-05-05 17:11:44 +00:00
"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:*",
2025-05-09 10:45:32 +00:00
"@tailwindcss/postcss": "^4.1.5",
2025-05-02 21:43:51 +00:00
"@turbo/gen": "^2.5.2",
2025-05-09 10:45:32 +00:00
"@types/node": "^22.15.12",
2025-05-02 21:43:51 +00:00
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
2025-05-09 10:45:32 +00:00
"@vitejs/plugin-react": "^4.4.1",
"esbuild-plugin-react18": "^0.2.6",
"esbuild-plugin-react18-css": "^0.0.4",
2025-05-02 21:43:51 +00:00
"tailwindcss": "^4.1.5",
2025-05-09 10:45:32 +00:00
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4",
"typescript-plugin-css-modules": "^5.1.0"
2025-05-02 21:43:51 +00:00
}
}