lw-json-view
Version:
使用 Vite + react 18 完成的 json 内容展示组件。
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "lw-json-view",
"private": false,
"version": "0.0.23",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"description": "使用 Vite + react 18 完成的 json 内容展示组件。",
"repository": {
"type": "git",
"url": "git+https://github.com/Neigb/json-view.git"
},
"keywords": [
"react",
"18",
"json",
"selectable"
],
"author": "Neigb",
"license": "Apache-2.0",
"files": [
"dist"
],
"module": "dist/lw-json-view.umd.cjs",
"main": "dist/lw-json-view.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/lw-json-view.js",
"require": "./dist/lw-json-view.umd.cjs"
}
},
"bugs": {
"url": "https://github.com/Neigb/json-view/issues"
},
"homepage": "https://github.com/Neigb/json-view#readme"
}