UNPKG

@36node/redux-form

Version:

A higher order component decorator form using Redux and React

71 lines (70 loc) 1.65 kB
{ "name": "@36node/redux-form", "version": "0.0.25", "description": "A higher order component decorator form using Redux and React ", "repository": { "url": "36node/sketch", "type": "git" }, "license": "MIT", "publishConfig": { "access": "public" }, "template": "redux-library", "files": [ "bin", "typings", "dist" ], "config-overrides-path": "../cli/config-overrides", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "typings": "typings/index.d.ts", "scripts": { "test": "NODE_ENV=test sketch test --env=node", "build": "sketch build" }, "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", "reselect": "^4.0.0" }, "devDependencies": { "@36node/eslint-config": "^0.4.0", "@36node/sketch": "^0.13.15", "@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": "5903e9b75c548e6296d6ff95810c7655c535dd98" }