@boxyhq/react-ui
Version:
React UI components from BoxyHQ
88 lines (87 loc) • 2.29 kB
JSON
{
"name": "@boxyhq/react-ui",
"description": "React UI components from BoxyHQ",
"version": "3.4.0",
"type": "module",
"keywords": [
"react",
"boxyhq",
"sso",
"mitosis",
"component-library",
"enterprise-features"
],
"repository": {
"type": "git",
"directory": "react",
"url": "https://github.com/boxyhq/ui"
},
"homepage": "https://github.com/boxyhq/ui",
"bugs": {
"url": "https://github.com/boxyhq/ui/issues?q=is%3Aopen+is%3Aissue+label%3Asdk"
},
"license": "Apache-2.0",
"files": [
"dist",
"index.d.ts",
"sso.d.ts",
"dsync.d.ts",
"shared.d.ts"
],
"types": "./index.d.ts",
"exports": {
"./shared": {
"types": "./dist/shared/index.d.ts",
"import": "./dist/shared.js",
"require": "./dist/shared.cjs"
},
"./sso": {
"types": "./dist/sso/index.d.ts",
"import": "./dist/sso.js",
"require": "./dist/sso.cjs"
},
"./dsync": {
"types": "./dist/dsync/index.d.ts",
"import": "./dist/dsync.js",
"require": "./dist/dsync.cjs"
},
"./dist/*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"scripts": {
"dev": "SHOW_ALL_COMPONENT_DEMOS=true vite serve docs",
"build-docs": "rimraf docs/dist && SHOW_ALL_COMPONENT_DEMOS=true vite build docs && serve -s docs/dist",
"ssr-docs": "rimraf docs/dist && vite-pages ssr docs && serve docs/dist",
"build-lib": "vite build",
"prepare": "npm run build-lib"
},
"dependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "7.2.0"
},
"devDependencies": {
"@mdx-js/react": "3.1.0",
"@rollup/plugin-typescript": "12.1.2",
"@types/node": "22.13.5",
"@types/react": "18.3.12",
"@vitejs/plugin-react": "4.3.4",
"rimraf": "6.0.1",
"serve": "14.2.4",
"vite": "6.2.0",
"vite-pages-theme-doc": "5.0.0",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-react-pages": "5.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"overrides": {
"vite-plugin-react-pages": {
"vite": ">=6.0.0"
}
}
}