@tabula/ui-json-view
Version:
Allows to view JSON in interactive way
62 lines • 1.48 kB
JSON
{
"name": "@tabula/ui-json-view",
"version": "7.3.3",
"description": "Allows to view JSON in interactive way",
"type": "module",
"typings": "./typings/index.d.ts",
"exports": {
".": {
"types": "./typings/index.d.ts",
"module": "./lib/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"keywords": [
"tabula.io",
"tomat.ai",
"ui-kit",
"component",
"react"
],
"homepage": "https://github.com/ReTable/ui-kit/tree/main/components/ui-json-view#readme",
"bugs": {
"url": "https://github.com/ReTable/ui-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ReTable/ui-kit.git",
"directory": "components/ui-json-view"
},
"author": "Retable Inc.",
"license": "ISC",
"files": [
"lib",
"typings"
],
"peerDependencies": {
"react": "^18.3.1",
"@tabula/ui-theme": "^3.3.2"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/react-window": "^1.8.8",
"@tabula/ui-theme": "^3.3.2"
},
"dependencies": {
"@vanilla-extract/dynamic": "^2.1.2",
"clsx": "^2.1.1",
"jsonpath": "^1.1.1",
"react-window": "^1.8.10",
"@tabula/ui-analytics": "^0.3.2",
"@tabula/use-size": "^0.2.2"
},
"scripts": {
"build": "forge",
"build:docs": "forge --storybook",
"build:watch": "forge --watch",
"lint": "eslint ."
}
}