2018-12-21 22:18:05 +03:00
|
|
|
{
|
|
|
|
"name": "react-json-tree",
|
2024-04-08 00:19:20 +03:00
|
|
|
"version": "0.19.0",
|
2018-12-21 22:18:05 +03:00
|
|
|
"description": "React JSON Viewer Component, Extracted from redux-devtools",
|
2019-01-10 21:51:14 +03:00
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"json viewer"
|
|
|
|
],
|
2020-08-22 03:13:24 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2018-12-21 22:18:05 +03:00
|
|
|
"author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)",
|
|
|
|
"contributors": [
|
|
|
|
"Alexander Kuznetsov <alexkuz@gmail.com> (http://kuzya.org/)",
|
|
|
|
"Dave Vedder <veddermatic@gmail.com> (http://www.eskimospy.com/)",
|
2019-01-05 20:38:06 +03:00
|
|
|
"Daniele Zannotti <dzannotti@me.com> (http://www.github.com/dzannotti)",
|
|
|
|
"Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)"
|
2018-12-21 22:18:05 +03:00
|
|
|
],
|
2020-08-22 03:13:24 +03:00
|
|
|
"files": [
|
2022-01-24 05:11:46 +03:00
|
|
|
"lib",
|
2022-01-10 18:41:53 +03:00
|
|
|
"src"
|
2020-08-22 03:13:24 +03:00
|
|
|
],
|
2024-04-08 00:04:45 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"type": "module",
|
2022-01-24 05:11:46 +03:00
|
|
|
"sideEffects": false,
|
2020-08-22 03:13:24 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
2019-01-10 21:51:14 +03:00
|
|
|
},
|
2020-08-22 03:13:24 +03:00
|
|
|
"scripts": {
|
2024-04-08 00:04:45 +03:00
|
|
|
"build": "tsc",
|
2022-01-24 05:11:46 +03:00
|
|
|
"clean": "rimraf lib",
|
2024-04-08 00:04:45 +03:00
|
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
2024-08-09 06:47:07 +03:00
|
|
|
"lint": "eslint .",
|
2020-08-22 03:13:24 +03:00
|
|
|
"type-check": "tsc --noEmit",
|
2022-05-08 16:49:09 +03:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2024-04-08 00:04:45 +03:00
|
|
|
"prepublish": "pnpm run lint && pnpm run test"
|
2018-12-21 22:18:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-16 16:24:47 +03:00
|
|
|
"@types/lodash": "^4.17.7",
|
2024-09-01 07:12:24 +03:00
|
|
|
"react-base16-styling": "workspace:^"
|
2020-08-22 03:13:24 +03:00
|
|
|
},
|
2020-08-23 03:10:47 +03:00
|
|
|
"devDependencies": {
|
2024-02-09 02:01:24 +03:00
|
|
|
"@types/jest": "^29.5.12",
|
2024-09-01 15:30:09 +03:00
|
|
|
"@types/react": "^18.3.5",
|
2024-06-07 04:21:49 +03:00
|
|
|
"@types/react-test-renderer": "^18.3.0",
|
2023-09-27 15:23:14 +03:00
|
|
|
"jest": "^29.7.0",
|
2024-06-07 04:21:49 +03:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-test-renderer": "^18.3.1",
|
2024-07-16 18:35:07 +03:00
|
|
|
"rimraf": "^6.0.1",
|
2024-08-26 04:53:07 +03:00
|
|
|
"ts-jest": "^29.2.5",
|
2024-08-06 06:27:22 +03:00
|
|
|
"typescript": "~5.5.4"
|
2020-08-23 03:10:47 +03:00
|
|
|
},
|
2020-08-22 03:13:24 +03:00
|
|
|
"peerDependencies": {
|
2023-01-05 07:17:44 +03:00
|
|
|
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
2018-12-21 22:18:05 +03:00
|
|
|
}
|
|
|
|
}
|