2020-12-22 20:02:14 +03:00
|
|
|
{
|
|
|
|
"name": "@redux-devtools/utils",
|
2021-11-06 20:44:49 +03:00
|
|
|
"version": "1.0.0-7",
|
2020-12-22 20:02:14 +03:00
|
|
|
"description": "Reusable functions of Redux DevTools",
|
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"lib",
|
|
|
|
"umd"
|
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-19 02:47:03 +03:00
|
|
|
"build": "yarn run build:types && yarn run build:js",
|
2020-12-22 20:02:14 +03:00
|
|
|
"build:types": "tsc --emitDeclarationOnly",
|
|
|
|
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
|
|
|
|
"clean": "rimraf lib",
|
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
"type-check": "tsc --noEmit",
|
2021-09-19 02:47:03 +03:00
|
|
|
"prepack": "yarn run clean && yarn run build",
|
|
|
|
"prepublish": "yarn run type-check && yarn run lint"
|
2020-12-22 20:02:14 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-06 20:44:49 +03:00
|
|
|
"@redux-devtools/core": "^3.9.1",
|
|
|
|
"@redux-devtools/serialize": "^0.3.1",
|
2021-08-30 06:47:29 +03:00
|
|
|
"@types/get-params": "^0.1.0",
|
2020-12-22 20:02:14 +03:00
|
|
|
"get-params": "^0.1.2",
|
2021-10-11 07:16:48 +03:00
|
|
|
"immutable": "^4.0.0",
|
2020-12-22 20:02:14 +03:00
|
|
|
"jsan": "^3.1.13",
|
2021-06-19 04:47:26 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-10-21 07:26:47 +03:00
|
|
|
"nanoid": "^3.1.30",
|
2021-11-01 16:59:32 +03:00
|
|
|
"redux": "^4.1.2"
|
2020-12-22 20:02:14 +03:00
|
|
|
},
|
2021-09-19 02:47:03 +03:00
|
|
|
"devDependencies": {
|
2021-11-01 16:59:32 +03:00
|
|
|
"@babel/cli": "^7.16.0",
|
|
|
|
"@babel/core": "^7.16.0",
|
2021-11-22 07:02:21 +03:00
|
|
|
"@babel/preset-env": "^7.16.4",
|
2021-11-01 16:59:32 +03:00
|
|
|
"@babel/preset-typescript": "^7.16.0",
|
2021-09-20 00:59:01 +03:00
|
|
|
"@types/jsan": "^3.1.2",
|
2021-11-22 07:02:21 +03:00
|
|
|
"@types/lodash": "^4.14.177",
|
2021-12-08 07:11:07 +03:00
|
|
|
"@types/node": "^16.11.12",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
|
|
"eslint": "^8.4.1",
|
2021-09-19 02:47:03 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"rimraf": "^3.0.2",
|
2021-12-08 08:02:22 +03:00
|
|
|
"typescript": "~4.5.2"
|
2021-09-19 02:47:03 +03:00
|
|
|
},
|
2020-12-22 20:02:14 +03:00
|
|
|
"peerDependencies": {
|
|
|
|
"@redux-devtools/core": "^3.7.0",
|
2021-10-11 07:16:48 +03:00
|
|
|
"immutable": "^4.0.0",
|
2021-11-01 16:59:32 +03:00
|
|
|
"redux": "^4.1.2"
|
2020-12-22 20:02:14 +03:00
|
|
|
}
|
|
|
|
}
|