@kopexa/sight
Version:
Kopexas react UI Library
96 lines • 2.71 kB
JSON
{
"name": "@kopexa/sight",
"version": "8.0.9",
"description": "Kopexas react UI Library",
"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": "1.7.6"
},
"dependencies": {
"@kopexa/shared-utils": "1.1.7",
"@kopexa/react-utils": "2.0.8",
"@kopexa/button": "8.0.8",
"@kopexa/dialog": "10.0.8",
"@kopexa/drawer": "10.0.8",
"@kopexa/popover": "10.0.6",
"@kopexa/command": "7.0.8",
"@kopexa/tooltip": "6.0.6",
"@kopexa/spinner": "6.0.6",
"@kopexa/page-layout": "5.0.6",
"@kopexa/dropdown-menu": "3.0.8",
"@kopexa/calendar": "3.0.8",
"@kopexa/input": "3.0.8",
"@kopexa/chip": "3.0.8",
"@kopexa/alert-dialog": "3.0.6",
"@kopexa/card": "2.0.6",
"@kopexa/avatar": "3.0.6",
"@kopexa/table": "2.0.8",
"@kopexa/code": "2.0.6",
"@kopexa/data-table": "2.0.8",
"@kopexa/checkbox": "2.0.8",
"@kopexa/skeleton": "2.0.6",
"@kopexa/page-header": "2.0.6",
"@kopexa/heading": "2.0.6",
"@kopexa/tab-nav": "2.0.6",
"@kopexa/sidebar": "2.0.8",
"@kopexa/separator": "2.0.6",
"@kopexa/risk-indicator": "2.0.6",
"@kopexa/tabs": "2.0.6",
"@kopexa/risk-badge": "1.0.8",
"@kopexa/split-page-layout": "1.0.8",
"@kopexa/section-row": "1.0.6",
"@kopexa/preview-card": "1.0.8",
"@kopexa/resizable": "1.0.8",
"@kopexa/hover-card": "1.0.6",
"@kopexa/infotip": "1.0.8",
"@kopexa/accordion": "1.0.8",
"@kopexa/callout": "1.0.8",
"@kopexa/blankstate": "1.0.6",
"@kopexa/mapped-controls": "0.0.3",
"@kopexa/integration-card": "0.0.1"
},
"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"
}
}