redux-vertical
Version:
Build redux vertically
94 lines (93 loc) • 2.73 kB
JSON
{
"name": "redux-vertical",
"version": "2.1.0",
"main": "lib/index.js",
"description": "Build redux vertically",
"scripts": {
"lint": "eslint --ext=js,jsx .",
"lint:fix": "eslint . --ext=js,jsx --fix",
"pretest": "npm run lint",
"test": "node scripts/test",
"cover": "npm run test -- --coverage",
"cover:watch": "concurrently \"npm run cover -- --watch-all \" \"browser-sync start --ss coverage --port 3000 -f coverage/index.html\" ",
"cover:open": "open coverage/index.html",
"format": "prettier '*.js' 'src/**/*' 'test/**/*' --write",
"postformat": "npm run lint:fix",
"build": "npx --no-install tsc",
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"lint-staged": {
"*.js": [
"npm run format"
],
"*.ts": [
"npm run format"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"babel-runtime": "^6.11.6",
"invariant": "^2.2.1"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/invariant": "^2.2.34",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.18.13",
"commitizen": "^4.2.4",
"concurrently": "^6.2.1",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.4.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"jest-html-reporter": "^3.4.1",
"jest-pnp-resolver": "^1.2.2",
"jest-resolve": "^27.0.6",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.1.2",
"lodash": "^4.17.21",
"nodemon": "^1.11.0",
"prettier": "^2.3.2",
"redux": "^4.1.1",
"sinon": "^11.1.2",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"keywords": [
"react",
"redux",
"redux-actions",
"types"
],
"author": "Berkeley Martinez <berkeley@berkeleytrue.com> (http://www.berkeleytrue.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BerkeleyTrue/redux-vertical/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/BerkeleyTrue/redux-vertical.git"
}
}