mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
d3fccc1487
* stash * stash * stash
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "@redux-devtools/rtk-query-monitor",
|
|
"version": "1.0.0",
|
|
"description": "rtk-query monitor for Redux DevTools",
|
|
"keywords": [
|
|
"redux",
|
|
"devtools",
|
|
"flux",
|
|
"react",
|
|
"redux-toolkit",
|
|
"rtk-query"
|
|
],
|
|
"homepage": "https://github.com/FaberVitale/redux-devtools/tree/feat/rtk-query-monitor/packages/redux-devtools-rtk-query-monitor",
|
|
"bugs": {
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "FaberVitale",
|
|
"url": "https://github.com/FaberVitale"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src"
|
|
],
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run build:types && yarn run build:js",
|
|
"build:types": "tsc --emitDeclarationOnly",
|
|
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
|
|
"clean": "rimraf lib",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit",
|
|
"prepack": "yarn run clean && yarn run build",
|
|
"prepublish": "yarn run type-check && yarn run lint"
|
|
},
|
|
"dependencies": {
|
|
"@redux-devtools/ui": "^1.0.0-9",
|
|
"@types/prop-types": "^15.7.4",
|
|
"@types/redux-devtools-themes": "^1.0.0",
|
|
"hex-rgba": "^1.0.2",
|
|
"immutable": "^4.0.0-rc.15",
|
|
"jss": "^10.8.0",
|
|
"jss-preset-default": "^10.8.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"prop-types": "^15.7.2",
|
|
"react-base16-styling": "^0.8.0",
|
|
"react-json-tree": "^0.15.0",
|
|
"redux-devtools-themes": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.7",
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@redux-devtools/core": "^3.9.0",
|
|
"@reduxjs/toolkit": "^1.6.1",
|
|
"@types/hex-rgba": "^1.0.1",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/react": "^16.14.15",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
"@typescript-eslint/parser": "^4.31.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.25.3",
|
|
"react": "^16.14.0",
|
|
"redux": "^4.1.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@redux-devtools/core": "^3.7.0",
|
|
"@reduxjs/toolkit": "^1.6.1",
|
|
"@types/react": "^16.3.0 || ^17.0.0",
|
|
"react": "^16.3.0 || ^17.0.0",
|
|
"redux": "^3.4.0 || ^4.0.0"
|
|
}
|
|
}
|