2019-01-04 01:30:48 +03:00
|
|
|
{
|
2019-01-04 01:58:29 +03:00
|
|
|
"name": "redux-devtools-cli",
|
2020-09-07 19:44:15 +03:00
|
|
|
"version": "1.0.0-4",
|
2019-01-04 22:44:48 +03:00
|
|
|
"description": "CLI for remote debugging with Redux DevTools.",
|
2019-01-04 01:30:48 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
2019-01-04 01:58:29 +03:00
|
|
|
"redux-devtools": "bin/redux-devtools.js"
|
2019-01-04 01:30:48 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bin",
|
|
|
|
"src",
|
2019-01-04 22:44:48 +03:00
|
|
|
"app",
|
2019-01-04 01:30:48 +03:00
|
|
|
"index.js",
|
|
|
|
"defaultDbOptions.json"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2019-01-04 22:44:48 +03:00
|
|
|
"start": "node ./bin/redux-devtools.js",
|
2019-01-05 18:49:52 +03:00
|
|
|
"start:electron": "node ./bin/redux-devtools.js --open",
|
2020-08-02 04:24:40 +03:00
|
|
|
"test": "jest",
|
|
|
|
"prepublishOnly": "npm run test"
|
2019-01-04 01:30:48 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-01-04 01:58:29 +03:00
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
2019-01-04 01:30:48 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-01-04 01:58:29 +03:00
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
2019-01-04 01:30:48 +03:00
|
|
|
},
|
2019-01-04 01:58:29 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools",
|
2019-01-04 01:30:48 +03:00
|
|
|
"dependencies": {
|
2020-10-12 00:57:47 +03:00
|
|
|
"apollo-server": "^2.18.2",
|
|
|
|
"apollo-server-express": "^2.18.2",
|
2020-08-01 21:21:04 +03:00
|
|
|
"body-parser": "^1.19.0",
|
2020-08-09 01:04:46 +03:00
|
|
|
"chalk": "^4.1.0",
|
2020-08-01 21:21:04 +03:00
|
|
|
"cors": "^2.8.5",
|
2020-08-09 01:04:46 +03:00
|
|
|
"cross-spawn": "^7.0.3",
|
2020-08-10 07:02:13 +03:00
|
|
|
"electron": "^9.2.0",
|
2020-08-01 21:21:04 +03:00
|
|
|
"express": "^4.17.1",
|
2019-01-04 01:30:48 +03:00
|
|
|
"getport": "^0.1.0",
|
2020-10-12 00:57:47 +03:00
|
|
|
"graphql": "^15.3.0",
|
2020-08-02 03:09:29 +03:00
|
|
|
"knex": "^0.19.5",
|
2020-08-01 21:21:04 +03:00
|
|
|
"lodash": "^4.17.19",
|
|
|
|
"minimist": "^1.2.5",
|
|
|
|
"morgan": "^1.10.0",
|
2020-08-09 04:18:45 +03:00
|
|
|
"open": "^7.1.0",
|
2020-08-01 21:21:04 +03:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-09-07 19:44:15 +03:00
|
|
|
"redux-devtools-core": "^1.0.0-4",
|
2020-08-09 04:18:45 +03:00
|
|
|
"semver": "^7.3.2",
|
2020-08-01 21:21:04 +03:00
|
|
|
"socketcluster": "^14.4.2",
|
2020-08-10 07:02:13 +03:00
|
|
|
"sqlite3": "^5.0.0",
|
2020-08-09 04:18:45 +03:00
|
|
|
"uuid": "^8.3.0"
|
2019-01-04 01:30:48 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-08 22:46:01 +03:00
|
|
|
"jest": "^26.2.2",
|
2020-08-01 21:21:04 +03:00
|
|
|
"socketcluster-client": "^14.3.1",
|
2020-08-08 22:46:01 +03:00
|
|
|
"supertest": "^4.0.2"
|
2019-01-04 01:30:48 +03:00
|
|
|
}
|
|
|
|
}
|