UNPKG

2.08 kBJSONView Raw
1{
2 "name": "react-json-tree",
3 "version": "0.19.0",
4 "description": "React JSON Viewer Component, Extracted from redux-devtools",
5 "keywords": [
6 "react",
7 "json viewer"
8 ],
9 "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree",
10 "bugs": {
11 "url": "https://github.com/reduxjs/redux-devtools/issues"
12 },
13 "license": "MIT",
14 "author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)",
15 "contributors": [
16 "Alexander Kuznetsov <alexkuz@gmail.com> (http://kuzya.org/)",
17 "Dave Vedder <veddermatic@gmail.com> (http://www.eskimospy.com/)",
18 "Daniele Zannotti <dzannotti@me.com> (http://www.github.com/dzannotti)",
19 "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)"
20 ],
21 "files": [
22 "lib",
23 "src"
24 ],
25 "main": "lib/index.js",
26 "types": "lib/index.d.ts",
27 "type": "module",
28 "sideEffects": false,
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/reduxjs/redux-devtools.git"
32 },
33 "dependencies": {
34 "@types/lodash": "^4.17.0",
35 "react-base16-styling": "^0.10.0"
36 },
37 "devDependencies": {
38 "@types/jest": "^29.5.12",
39 "@types/react": "^18.2.72",
40 "@types/react-test-renderer": "^18.0.7",
41 "@typescript-eslint/eslint-plugin": "^7.4.0",
42 "@typescript-eslint/parser": "^7.4.0",
43 "eslint": "^8.57.0",
44 "eslint-config-prettier": "^9.1.0",
45 "eslint-plugin-jest": "^27.9.0",
46 "eslint-plugin-react": "^7.34.1",
47 "eslint-plugin-react-hooks": "^4.6.0",
48 "jest": "^29.7.0",
49 "react": "^18.2.0",
50 "react-test-renderer": "^18.2.0",
51 "rimraf": "^5.0.5",
52 "ts-jest": "^29.1.2",
53 "typescript": "~5.3.3"
54 },
55 "peerDependencies": {
56 "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
57 "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
58 },
59 "scripts": {
60 "build": "tsc",
61 "clean": "rimraf lib",
62 "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
63 "lint": "eslint . --ext .ts,.tsx",
64 "type-check": "tsc --noEmit",
65 "prepublish": "pnpm run lint && pnpm run test"
66 }
67}
\No newline at end of file