mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "@stackframe/dashboard-ui-components",
|
|
"version": "2.8.92",
|
|
"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",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"@stackframe/stack-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"
|
|
}
|