stack/packages/dashboard-ui-components/package.json
Bilal Godil cf05a4c20b Merge remote-tracking branch 'origin/dev' into cl/hexclave-pr3
# Conflicts:
#	apps/backend/package.json
#	apps/dashboard/package.json
#	apps/dev-launchpad/package.json
#	apps/e2e/package.json
#	apps/mcp/package.json
#	apps/mock-oauth-server/package.json
#	apps/skills/package.json
#	examples/cjs-test/package.json
#	examples/convex/package.json
#	examples/demo/package.json
#	examples/docs-examples/package.json
#	examples/e-commerce/package.json
#	examples/js-example/package.json
#	examples/lovable-react-18-example/package.json
#	examples/middleware/package.json
#	examples/react-example/package.json
#	examples/supabase/package.json
#	examples/tanstack-start-demo/package.json
#	packages/dashboard-ui-components/package.json
#	packages/init-stack/package.json
#	packages/js/package.json
#	packages/react/package.json
#	packages/stack-cli/package.json
#	packages/stack-sc/package.json
#	packages/stack-shared/package.json
#	packages/stack-ui/package.json
#	packages/stack/package.json
#	packages/tanstack-start/package.json
#	packages/template/package.json
2026-05-28 14:50:32 -07:00

75 lines
1.9 KiB
JSON

{
"name": "@hexclave/dashboard-ui-components",
"version": "1.0.0",
"repository": "https://github.com/hexclave/stack-auth",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "rimraf dist && tsdown && pnpm run build-iife && pnpm run copy-iife",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist && rimraf node_modules",
"dev": "tsdown --watch --onSuccess 'pnpm run build-iife && pnpm run copy-iife'",
"build-iife": "tsx scripts/build-iife.ts",
"copy-iife": "tsx scripts/copy-iife.ts",
"lint": "eslint --ext .tsx,.ts ."
},
"files": [
"README.md",
"dist",
"CHANGELOG.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"default": "./dist/esm/index.js"
},
"require": {
"default": "./dist/index.js"
}
}
},
"peerDependencies": {
"@types/react": ">=19.0.0",
"@types/react-dom": ">=19.0.0",
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"recharts": ">=2.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"recharts": {
"optional": true
}
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-hook/resize-observer": "^2.0.2",
"@hexclave/shared": "workspace:*",
"@hexclave/ui": "workspace:*",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.0",
"class-variance-authority": "^0.7.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"esbuild": "^0.24.0",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"recharts": "^2.14.1",
"rimraf": "^5.0.10"
},
"packageManager": "pnpm@10.23.0"
}