buster/packages/ui-components/package.json

70 lines
2.1 KiB
JSON

{
"name": "@buster/ui-components",
"version": "1.0.0",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles": "./src/styles/styles.css",
"./dist/style.css": "./dist/style.css"
},
"files": ["dist", "src/styles/styles.css"],
"scripts": {
"prebuild": "tsx scripts/validate-env.ts",
"build": "vite build && tsc --emitDeclarationOnly --declaration",
"typecheck": "tsc --noEmit",
"dev": "vite build --watch",
"lint": "biome check --write",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@buster/env-utils": "workspace:*",
"@buster/server-shared": "workspace:*",
"@buster/typescript-config": "workspace:*",
"@buster/vitest-config": "workspace:*",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@faker-js/faker": "^9.9.0",
"@radix-ui/react-popover": "^1.1.14",
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.12",
"@testing-library/react": "^16.3.0",
"@vitejs/plugin-react": "^4.7.0",
"chart.js": "4.5.0",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-deferred": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"font-color-contrast": "^11.1.0",
"framer-motion": "^12.23.6",
"lodash": "^4.17.21",
"mutative": "^1.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.11",
"utility-types": "^3.11.0",
"vite": "catalog:"
},
"devDependencies": {
"@storybook/react": "^8.6.14",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@types/lodash": "^4.17.20",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7"
}
}