react-json-formatter
Version:
Formatting json data to JSX of React
111 lines (110 loc) • 3.23 kB
JSON
{
"name": "react-json-formatter",
"version": "0.4.0",
"description": "Formatting json data to JSX of React",
"keywords": [
"json",
"react",
"formatter",
"json-formatter"
],
"homepage": "https://github.com/ronny1020/react-json-formatter#readme",
"bugs": {
"url": "https://github.com/ronny1020/react-json-formatter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronny1020/react-json-formatter.git"
},
"type": "module",
"license": "MIT",
"author": {
"name": "ronny1020"
},
"directories": {
"example": "example"
},
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"source": "src/index.tsx",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"lint": "eslint --fix src .storybook",
"lint-staged": "npx --no-install lint-staged",
"type-check": "tsc --noEmit",
"prepare": "husky install",
"test": "vitest",
"test-husky": "vitest --run",
"storybook": "storybook dev -p 6006",
"chromatic": "npx chromatic --project-token=chpt_6d2a9426aaad6f1"
},
"devDependencies": {
"@storybook/addon-essentials": "7.0.24",
"@storybook/addon-interactions": "7.0.24",
"@storybook/addon-links": "7.0.24",
"@storybook/blocks": "7.0.24",
"@storybook/react": "7.0.24",
"@storybook/react-vite": "7.0.24",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.4",
"chromatic": "^6.19.9",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.0.24",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.0.2",
"vitest": "^0.32.2"
},
"peerDependencies": {
"react": ">16.2.0",
"react-dom": ">16.0.0"
},
"engines": {
"node": ">=10"
},
"readme": "ERROR: No README data found!",
"_id": "react-json-formatter@0.3.2"
}