redux-wired
Version:
Redux-Wired help you improves react applications that use the redux library
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "redux-wired",
"version": "1.0.6",
"description": "Redux-Wired help you improves react applications that use the redux library",
"author": "Hernan Paris",
"license": "MIT",
"repository": "https://github.com/herparis/redux-wired.git",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"keywords": [
"react",
"native",
"redux",
"wired",
"actions",
"selectors",
"hooks",
"connect"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepublish": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.8",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
},
"files": [
"dist"
],
"dependencies": {
"es-arguments": "^1.0.2"
}
}