@lanyue/react-object-viewer
Version:
A flexible and lightweight object viewer component for React.
52 lines (51 loc) • 1.52 kB
JSON
{
"name": "@lanyue/react-object-viewer",
"description": "A flexible and lightweight object viewer component for React.",
"version": "0.2.1",
"keywords": [
"react-object-viewer",
"object-viewer",
"object-inspector"
],
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"github": "https://github.com/mengdu/react-object-viewer",
"repository": {
"type": "https",
"url": "git+https://github.com/mengdu/react-object-viewer"
},
"bugs": {
"url": "https://github.com/mengdu/react-object-viewer/issues"
},
"homepage": "https://mengdu.github.io/react-object-viewer/index.html",
"license": "MIT",
"author": "Lanyue <lanyueos@qq.com>",
"scripts": {
"dev": "vite playground",
"build": "tsc && vite build",
"build:playground": "vite build playground",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"less": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.1.1"
}
}