{ "name": "react-json-tree-example", "version": "1.0.1", "description": "React-Json-Tree example", "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples", "bugs": { "url": "https://github.com/reduxjs/redux-devtools/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { "start": "webpack-dev-server --open", "stats": "NODE_ENV=production webpack --json > dist/stats.json", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch" }, "dependencies": { "immutable": "^4.0.0-rc.12", "react": "^16.13.1", "react-base16-styling": "^0.7.0", "react-dom": "^16.13.1", "react-json-tree": "^0.12.1" }, "devDependencies": { "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8" }, "private": true }