mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-24 18:43:54 +03:00
34ffeb60b4
* fix(deps): update all non-major dependencies * Changes * Downgrade msw for now * Move into own group * Ignore no-unused-vars * Disable both * Just the one Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "react-json-tree-example",
|
|
"version": "1.1.3",
|
|
"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 serve --open",
|
|
"build": "webpack",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"immutable": "^4.0.0",
|
|
"react": "^17.0.2",
|
|
"react-base16-styling": "^0.8.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-json-tree": "^0.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@types/node": "^16.11.11",
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
"@typescript-eslint/parser": "^5.5.0",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint": "^8.4.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "~4.4.4",
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.6.0"
|
|
}
|
|
}
|