@kopexa/sight
Version:
Kopexa Sight Design System — React component library for GRC applications
115 lines • 3.48 kB
JSON
{
"name": "@kopexa/sight",
"version": "18.3.2",
"description": "Kopexa Sight Design System — React component library for GRC applications",
"keywords": [
"sight"
],
"author": "Kopexa <hello@kopexa.com>",
"homepage": "https://kopexa.com",
"license": "Apache-2.0",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kopexa-grc/sight.git",
"directory": "packages/core/sight"
},
"bugs": {
"url": "https://github.com/kopexa-grc/sight/issues"
},
"peerDependencies": {
"react": ">=19.0.0-rc.0",
"react-dom": ">=19.0.0-rc.0",
"motion": ">=12.23.6",
"@kopexa/theme": "18.3.2"
},
"dependencies": {
"@ark-ui/react": "^5.35.0",
"@base-ui/react": "^1.1.0",
"country-flag-icons": "^1.6.17",
"react-aria-components": "^1.18.0",
"@kopexa/shared-utils": "18.3.2",
"@kopexa/button": "18.3.2",
"@kopexa/drawer": "18.3.2",
"@kopexa/react-utils": "18.3.2",
"@kopexa/popover": "18.3.2",
"@kopexa/command": "18.3.2",
"@kopexa/icons": "18.3.2",
"@kopexa/dropdown-menu": "18.3.2",
"@kopexa/spinner": "18.3.2",
"@kopexa/tooltip": "18.3.2",
"@kopexa/assistant": "18.3.2",
"@kopexa/calendar": "18.3.2",
"@kopexa/date-picker": "18.3.2",
"@kopexa/page-layout": "18.3.2",
"@kopexa/input": "18.3.2",
"@kopexa/chip": "18.3.2",
"@kopexa/card": "18.3.2",
"@kopexa/avatar": "18.3.2",
"@kopexa/editable-text": "18.3.2",
"@kopexa/alert-dialog": "18.3.2",
"@kopexa/checkbox": "18.3.2",
"@kopexa/table": "18.3.2",
"@kopexa/page-header": "18.3.2",
"@kopexa/tab-nav": "18.3.2",
"@kopexa/sidebar": "18.3.2",
"@kopexa/heading": "18.3.2",
"@kopexa/separator": "18.3.2",
"@kopexa/risk-badge": "18.3.2",
"@kopexa/risk-indicator": "18.3.2",
"@kopexa/preview-card": "18.3.2",
"@kopexa/section-row": "18.3.2",
"@kopexa/tabs": "18.3.2",
"@kopexa/resizable": "18.3.2",
"@kopexa/hover-card": "18.3.2",
"@kopexa/split-page-layout": "18.3.2",
"@kopexa/infotip": "18.3.2",
"@kopexa/mapped-controls": "18.3.2",
"@kopexa/integration-card": "18.3.2",
"@kopexa/callout": "18.3.2",
"@kopexa/data-grid": "18.3.2",
"@kopexa/select": "18.3.2",
"@kopexa/label": "18.3.2",
"@kopexa/autocomplete": "18.3.2",
"@kopexa/toggle-row": "18.3.2",
"@kopexa/scroll-area": "18.3.2",
"@kopexa/switch": "18.3.2",
"@kopexa/filter": "18.3.2",
"@kopexa/image-crop": "18.3.2",
"@kopexa/combobox": "18.3.2",
"@kopexa/loading": "18.3.2",
"@kopexa/color-picker": "18.3.2",
"@kopexa/toolbar": "18.3.2",
"@kopexa/navigation": "18.3.2",
"@kopexa/use-controllable-state": "18.3.2",
"@kopexa/audit-info": "18.3.2",
"@kopexa/i18n": "18.3.2"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"postbuild": "node scripts/postbuild.js",
"prebuild": "node scripts/prebuild.js"
}
}