Uecko_ERP/packages/rdx-ui/package.json

69 lines
2.0 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",
2026-05-18 16:39:33 +00:00
"version": "0.6.7",
2025-05-02 21:43:51 +00:00
"private": true,
2026-04-29 15:02:08 +00:00
"type": "module",
"sideEffects": false,
2025-05-02 21:43:51 +00:00
"scripts": {
2026-05-26 11:55:26 +00:00
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-05-05 11:34:36 +00:00
"ui:lint": "biome lint --fix",
"check": "biome check .",
2026-05-26 11:55:26 +00:00
"lint": "biome lint .",
"clean": "rimraf .turbo node_modules dist"
2025-05-09 10:45:32 +00:00
},
"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",
2026-03-31 15:56:41 +00:00
"./components": "./src/components/index.ts",
2025-05-09 10:45:32 +00:00
"./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
},
"devDependencies": {
2026-04-12 10:06:32 +00:00
"@biomejs/biome": "^2.4.11",
2025-12-01 18:52:19 +00:00
"@repo/i18next": "workspace:*",
2025-05-02 21:43:51 +00:00
"@repo/typescript-config": "workspace:*",
2026-04-12 10:06:32 +00:00
"@tailwindcss/postcss": "^4.2.2",
"@turbo/gen": "^2.9.6",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
2026-05-26 11:55:26 +00:00
"date-fns": "^4.1.0",
2025-05-09 10:45:32 +00:00
"esbuild-plugin-react18": "^0.2.6",
"esbuild-plugin-react18-css": "^0.0.4",
2026-05-26 11:55:26 +00:00
"rimraf": "^6.1.3",
2026-04-12 10:06:32 +00:00
"tailwindcss": "^4.2.2",
"tsup": "^8.5.1",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2",
"typescript-plugin-css-modules": "^5.2.0",
"vite-tsconfig-paths": "^6.1.1"
2025-05-17 19:12:01 +00:00
},
"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-11-28 15:00:18 +00:00
"@repo/i18next": "workspace:*",
2025-05-17 19:12:01 +00:00
"@repo/shadcn-ui": "workspace:*",
2026-04-29 15:02:08 +00:00
"@repo/rdx-utils": "workspace:*",
2025-05-17 19:12:01 +00:00
"@tanstack/react-table": "^8.21.3",
2025-07-16 15:47:45 +00:00
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
2026-04-12 10:06:32 +00:00
"esbuild-raw-plugin": "^0.3.1",
"lucide-react": "^1.8.0",
2026-05-26 11:55:26 +00:00
"react": "^19.2.5",
"react-dom": "^19.2.5",
2026-04-12 10:06:32 +00:00
"react-hook-form": "^7.72.1",
"react-i18next": "^17.0.2",
"react-router": "^7.14.0",
"react-router-dom": "^7.14.0",
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"zod": "^4.3.6"
2025-05-02 21:43:51 +00:00
}
2025-11-28 15:00:18 +00:00
}