mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
2092d2f6d3
* chore(*): make minor upgrades * Make safe update * unsafe
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "redux-devtools-instrument",
|
|
"version": "1.9.6",
|
|
"description": "Redux DevTools instrumentation",
|
|
"main": "lib/instrument.js",
|
|
"scripts": {
|
|
"clean": "rimraf lib",
|
|
"build": "babel src --out-dir lib",
|
|
"test": "jest",
|
|
"prepare": "npm run build",
|
|
"prepublishOnly": "npm run test && npm run clean && npm run build"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
},
|
|
"keywords": [
|
|
"redux",
|
|
"devtools",
|
|
"flux",
|
|
"hot reloading",
|
|
"time travel",
|
|
"live edit"
|
|
],
|
|
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
},
|
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"babel-loader": "^8.1.0",
|
|
"expect": "^1.20.2",
|
|
"jest": "^24.9.0",
|
|
"redux": "^4.0.5",
|
|
"rimraf": "^2.7.1",
|
|
"rxjs": "^6.6.2"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.19",
|
|
"symbol-observable": "^1.2.0"
|
|
}
|
|
}
|