@sciphergfx/json-to-table
Version:
UI-agnostic React components for JSON to Table and JSON to Form Fields conversion with support for Chakra UI, Tailwind CSS, and shadcn/ui
96 lines (95 loc) • 2.47 kB
JSON
{
"name": "@sciphergfx/json-to-table",
"version": "1.1.2",
"description": "UI-agnostic React components for JSON to Table and JSON to Form Fields conversion with support for Chakra UI, Tailwind CSS, and shadcn/ui",
"private": false,
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"author": {
"name": "Seyi K. Ogunbowale"
},
"license": "MIT",
"type": "module",
"keywords": [
"json",
"table",
"form",
"converter",
"react",
"chakra-ui",
"tailwind",
"shadcn",
"json-to-table",
"json-to-form",
"ui-agnostic",
"components"
],
"homepage": "https://github.com/sciphergfx/json-to-table",
"repository": {
"type": "git",
"url": "git+https://github.com/sciphergfx/json-to-table.git"
},
"bugs": {
"url": "https://github.com/sciphergfx/json-to-table/issues"
},
"engines": {
"node": ">=20.12.0",
"npm": ">=10.5.0"
},
"scripts": {
"dev": "vite",
"build": "npm run build:lib",
"build:app": "vite build",
"build:lib": "rollup -c",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "rm -rf dist node_modules",
"validate": "npm run lint && npm run build",
"vercel-build": "npm run build",
"predeploy": "npm run build",
"deploy:vercel": "vercel --prod",
"prepublishOnly": "npm run validate"
},
"files": [
"dist",
"lib",
"README.md",
"LICENSE",
"package.json"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"optionalDependencies": {
"@chakra-ui/react": "^3.24.2",
"@emotion/react": "^11.14.0"
},
"devDependencies": {
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@eslint/js": "^9.32.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rollup": "^4.46.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^7.1.0"
}
}