UNPKG

@wim4you/json-viewer

Version:

Interactive Json Viewer, but not only a json viewer

128 lines (127 loc) 3.71 kB
{ "name": "@wim4you/json-viewer", "description": "Interactive Json Viewer, but not only a json viewer", "packageManager": "pnpm@10.11.1", "version": "5.0.3", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/TexteaInc/json-viewer.git" }, "author": "himself65 <himself65@outlook.com>", "bugs": "https://github.com/TexteaInc/json-viewer/issues", "homepage": "https://github.com/TexteaInc/json-viewer#readme", "keywords": [ "react-19", "react", "react-json", "react-json-viewer", "array-viewer", "component", "interactive", "interactive-json", "json", "json-component", "json-display", "json-tree", "json-view", "json-viewer", "json-inspector", "json-tree", "tree", "tree-view", "treeview" ], "types": "dist/index.d.ts", "jsdelivr": "dist/browser.js", "unpkg": "dist/browser.js", "main": "dist/index.js", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "dev": "pnpm --filter \"@wim4you/json-viewer-docs\" run dev", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "prepack": "pinst --disable", "postpack": "pinst --enable", "lint": "npx eslint . --ext .ts,.tsx,.js,.jsx --cache --fix", "lint:ci": "npx eslint . --ext .ts,.tsx,.js,.jsx --cache --max-warnings 0", "build": "tsc && rollup -c rollup.config.ts --configPlugin swc3" }, "dependencies": { "clsx": "^2.1.1", "copy-to-clipboard": "^3.3.3", "zustand": "^5.0.5" }, "lint-staged": { "!*.{ts,tsx,js,jsx}": "prettier --write --ignore-unknown", "*.{ts,tsx,js,jsx}": "npx eslint --cache --fix" }, "peerDependencies": { "@emotion/react": "^11", "@emotion/styled": "^11", "@mui/material": "^6 || ^7", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^7.1.1", "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-replace": "^6.0.2", "@swc/core": "^1.11.31", "@swc/helpers": "^0.5.17", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "@types/node": "^22.15.30", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.33.1", "@typescript-eslint/parser": "^8.33.1", "@vitejs/plugin-react": "^4.5.1", "@vitest/coverage-v8": "^3.2.2", "eslint": "^9.28.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1", "eslint-plugin-n": "^17.19.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", "expect-type": "^1.2.1", "husky": "9.1.7", "jsdom": "^26.1.0", "lint-staged": "^16.1.0", "pinst": "^3.0.0", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup": "^4.41.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-swc3": "^0.12.1", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vite": "^6.3.5", "vitest": "^3.2.2" }, "overrides": { "browserslist": "4.23.3", "caniuse-lite": "1.0.30001660" } }