@36node/redux-form
Version:
A higher order component decorator form using Redux and React
71 lines (70 loc) • 1.63 kB
JSON
{
"name": "@36node/redux-form",
"version": "0.0.6",
"description": "A higher order component decorator form using Redux and React ",
"repository": {
"url": "36node/sketch",
"type": "git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"template": "cra-redux",
"files": [
"bin",
"typings",
"src"
],
"config-overrides-path": "../cli/config-overrides",
"main": "src/index.js",
"module": "src/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"test": "NODE_ENV=test sketch test --env=node"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "npm run lint && npm run test"
}
},
"lint-staged": {
"*.js": [
"npm run format",
"git add"
]
},
"dependencies": {
"lodash": "^4.17.11",
"redux-saga": "^1.0.2",
"reselect": "^4.0.0"
},
"devDependencies": {
"@36node/eslint-config": "^0.4.0",
"@36node/sketch": "^0.11.13",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"standard-version": "^5.0.2"
},
"jest": {
"displayName": "unit",
"testMatch": [
"<rootDir>/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
]
},
"gitHead": "bcee402acbf0f95b2abcdb41c7ffee4f090831c8"
}