mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
f1e3f4f834
* stash * finish * optional
35 lines
1016 B
JSON
35 lines
1016 B
JSON
{
|
|
"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
|
|
}
|