{
  "author": "Alexandre Mendes (alexandre@gmail.com)",
  "license": "ISC",
  "name": "financial-react-components",
  "version": "1.0.7",
  "description": "TODO",
  "scripts": {
    "dev": "watch 'yarn build' actions components reducers selectors shared",
    "build:actions": "babel actions -d build/actions --copy-files",
    "build:components": "babel components -d build/components --copy-files",
    "build:reducers": "babel reducers -d build/reducers --copy-files",
    "build:selectors": "babel selectors -d build/selectors --copy-files",
    "build:shared": "babel shared -d build/shared --copy-files",
    "build": "yarn build:actions && yarn build:components && yarn build:reducers && yarn build:selectors && yarn build:shared",
    "test": "jest --coverage --no-cache --runInBand",
    "test:watch": "jest --watchAll --coverage --no-cache --runInBand",
    "eslint": "eslint ./ --color",
    "eslint:fix": "yarn eslint --fix",
    "stylelint": "stylelint ./**/*.scss -s scss",
    "stylelint:fix": "yarn stylelint --fix",
    "lint": "yarn eslint && yarn stylelint",
    "lint:fix": "yarn eslint:fix && yarn stylelint:fix",
    "release": "np",
    "fresh": "rm -rf ./build ./coverage ./node_modules ./yarn-error.log package-lock.json && npm cache clear --force && yarn cache clean && yarn install && yarn build",
    "on": "mv node_modules/reactt node_modules/react && mv node_modules/react-reduxx node_modules/react-redux",
    "off": "mv node_modules/react node_modules/reactt && mv node_modules/react-redux node_modules/react-reduxx"
  },
  "dependencies": {
    "bootstrap-scss": "^4.5.0",
    "classnames": "^2.2.6",
    "moment": "^2.27.0",
    "np": "^7.5.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dates": "^21.8.0",
    "react-dom": "^16.13.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "babel-jest": "^26.1.0",
    "babel-plugin-inline-react-svg": "^1.1.1",
    "deep-freeze": "^0.0.1",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.5.0",
    "eslint": "^7.5.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.3",
    "jest": "^26.1.0",
    "pre-commit": "^1.2.2",
    "pre-push": "^0.1.1",
    "stylelint": "^13.6.1",
    "stylelint-config-rational-order": "^0.1.2",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-order": "^4.1.0",
    "stylelint-scss": "^3.18.0",
    "watch": "^1.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandregme/financial-react-components.git"
  },
  "bugs": {
    "url": "https://github.com/alexandregme/financial-react-components/issues"
  },
  "homepage": "https://github.com/alexandregme/financial-react-components#readme",
  "keywords": [
    "financial",
    "components"
  ],
  "pre-commit": [
    "lint"
  ],
  "pre-push": [
    "test"
  ]
}
