react-json-editor-tw
Version:
Beautiful and customizable JSON editor for React with Tailwind CSS design. Supports editable fields, theme customization, and modern UI for working with JSON data.
71 lines (70 loc) • 1.93 kB
JSON
{
"name": "react-json-editor-tw",
"version": "0.4.2",
"author": "stalk94",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"description": "Beautiful and customizable JSON editor for React with Tailwind CSS design. Supports editable fields, theme customization, and modern UI for working with JSON data.",
"module": "./dist/json-editor.es.js",
"types": "./dist/index.d.ts",
"main": "./dist/json-editor.umd.js",
"type": "module",
"exports": {
".": {
"import": "./dist/json-editor.es.js",
"require": "./dist/json-editor.umd.js",
"types": "./dist/index.d.ts"
}
},
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc -p tsconfig.json",
"dev": "vite",
"build:types": "tsc -p tsconfig.json"
},
"keywords": [
"json",
"editor",
"json-editor",
"react-json-editor",
"json-viewer",
"json-tree",
"json-inspector",
"json-visualizer",
"json-explorer",
"json-inspect",
"react",
"react-component",
"tree-editor",
"data-editor",
"data-viewer",
"key-value-editor",
"json-ui",
"json-schema",
"json-format",
"json-pretty",
"tailwind"
],
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"autoprefixer": "^10.4.21",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.8.3",
"vite": "^7.1.3"
},
"peerDependencies": {
"react": ">=18.1.0 <20.0.0 || ^19.0.0",
"react-dom": ">=18.1.0 <20.0.0 || ^19.0.0"
}
}