Uecko_ERP/packages/rdx-ui/package.json

64 lines
1.8 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-09-24 10:34:04 +00:00
"./helpers": "./src/helpers/index.ts",
2025-05-10 08:40:40 +00:00
"./globals.css": "./src/styles/globals.css",
2025-05-17 19:12:01 +00:00
"./postcss.config": "./postcss.config.mjs",
2025-05-09 10:45:32 +00:00
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
2025-05-17 19:12:01 +00:00
"./locales/*": "./src/locales/*",
2025-10-28 18:29:08 +00:00
"./hooks": [
"./src/hooks/index.ts"
]
2025-05-02 21:43:51 +00:00
},
2025-07-08 18:50:08 +00:00
"peerDependencies": {
2025-10-21 14:38:20 +00:00
"react": "^19.1.0",
2025-11-04 20:54:35 +00:00
"react-dom": "^19.1.0"
2025-07-08 18:50:08 +00:00
},
2025-05-02 21:43:51 +00:00
"devDependencies": {
2025-10-28 18:29:08 +00:00
"@biomejs/biome": "^2.3.1",
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-11-04 20:54:35 +00:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.6.0",
2025-11-16 19:29:30 +00:00
"tailwindcss": "^4.1.10",
2025-05-09 10:45:32 +00:00
"tsup": "^8.4.0",
2025-07-16 15:47:45 +00:00
"tw-animate-css": "^1.2.9",
2025-05-17 19:12:01 +00:00
"typescript-plugin-css-modules": "^5.1.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
2025-09-22 17:43:55 +00:00
"@radix-ui/react-tabs": "^1.1.12",
2025-11-28 15:00:18 +00:00
"@repo/i18next": "workspace:*",
2025-05-17 19:12:01 +00:00
"@repo/shadcn-ui": "workspace:*",
"@tanstack/react-table": "^8.21.3",
2025-07-16 15:47:45 +00:00
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
2025-05-17 19:12:01 +00:00
"esbuild-raw-plugin": "^0.2.0",
"lucide-react": "^0.503.0",
"react-i18next": "^15.5.1",
2025-05-18 11:53:00 +00:00
"react-router": "^6.26.0",
2025-07-16 15:47:45 +00:00
"react-router-dom": "^6.26.0",
2025-05-17 19:12:01 +00:00
"recharts": "^2.15.3",
"sonner": "^2.0.3",
2025-09-24 17:30:35 +00:00
"zod": "^4.1.11"
2025-05-02 21:43:51 +00:00
}
2025-11-28 15:00:18 +00:00
}