UNPKG

ca-ui-react-themer

Version:
85 lines 2.25 kB
{ "name": "ca-ui-react-themer", "description": "React bindings for ca-ui-themer", "version": "3.1.0", "author": "CA Technologies", "main": "lib/index.js", "keywords": [ "react", "theme", "themer", "ca" ], "license": "MIT", "scripts": { "codecov": "codecov", "lint": "eslint .", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "flow": "flow check", "flow:coverage": "flow-coverage-report -i './src/**/*.js' -t html -t text", "flow:copy": "flow-copy-source src lib", "commit": "git-cz", "prebuild": "rimraf ./lib", "compile": "babel --out-dir ./lib --ignore *.spec.js, ./src", "build": "npm run compile && npm run flow:copy", "release": "semantic-release pre && npm publish && semantic-release post", "commitmsg": "validate-commit-msg", "precommit": "npm run lint && npm run flow && npm run test" }, "dependencies": { "ca-ui-themer": "^2.3.0", "lodash": "^4.17.4", "prop-types": "^15.6.1", "react-flow-types": "^0.1.1", "recompose": ">=0.5.0" }, "peerDependencies": { "react": ">=16.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^7.2.3", "babel-preset-ca": "^1.1.3", "babel-register": "^6.24.1", "codecov": "2.2.0", "commitizen": "2.9.6", "cz-conventional-changelog": "2.0.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^3.19.0", "eslint-config-ca": "^2.0.1", "flow-bin": "^0.48.0", "flow-copy-source": "^1.1.0", "flow-coverage-report": "^0.3.0", "husky": "^0.13.4", "jest": "^20.0.4", "react": "16.2.0", "react-dom": "16.2.0", "rimraf": "^2.6.1", "semantic-release": "^6.3.6", "validate-commit-msg": "^2.12.2" }, "config": { "validate-commit-msg": { "types": "conventional-commit-types" }, "commitizen": { "path": "cz-conventional-changelog" } }, "jest": { "collectCoverageFrom": [ "src/**/*.js" ], "unmockedModulePathPatterns": [ "node_modules/react/", "node_modules/enzyme/" ] }, "repository": { "type": "git", "url": "https://github.com/CAAPIM/react-themer.git" } }