mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "react-json-tree-example",
|
|
"version": "1.0.0",
|
|
"description": "React-Json-Tree example",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"stats": "NODE_ENV=production webpack --json > dist/stats.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gaearon/react-hot-boilerplate.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"reactjs",
|
|
"boilerplate",
|
|
"hot",
|
|
"reload",
|
|
"hmr",
|
|
"live",
|
|
"edit",
|
|
"webpack"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
|
|
},
|
|
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"babel-loader": "^8.1.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"immutable": "^3.8.2",
|
|
"react": "^16.13.1",
|
|
"react-base16-styling": "^0.6.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-json-tree": "^0.12.0"
|
|
}
|
|
}
|