redux-devtools/packages/react-json-tree/examples/package.json

27 lines
743 B
JSON
Raw Normal View History

{
"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"
},
"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"
},
"private": true
}