{
  "name": "@uplift-agency/phasers",
  "version": "0.1.3",
  "license": "MIT",
  "homepage": "https://phasers.uplift.sh/",
  "repository": "github:uplift-agency/phasers",
  "scripts": {
    "start": "run-p start:js storybook",
    "start:js": "react-scripts start",
    "build:js": "react-scripts build",
    "build": "run-s build:lib build:js",
    "test": "run-s prettier:check eslint jest",
    "jest": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 9009 -s public --ci",
    "build:storybook": "mkdir -p build && build-storybook -s public -o build/storybook",
    "eslint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
    "prettier:write": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md,css,scss}\"",
    "prettier:check": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,md,css,scss}\"",
    "build:lib": "run-s lib:clean lib:compile lib:declarations lib:copy",
    "lib:clean": "rm -rf lib",
    "lib:declarations": "tsc --build tsconfig-lib.json",
    "lib:compile": "NODE_ENV=production babel src -x .ts,.tsx --out-dir lib --source-maps --ignore 'src/**/*.test.tsx','src/**/*.stories.tsx'",
    "lib:copy": "cpy --cwd src --parents **/*.scss ../lib",
    "now-build": "run-p build build:storybook",
    "prepublishOnly": "run-s build:lib"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,md,css,scss}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "@types/react-modal": "^3.8.2",
    "classnames": "^2.2.6",
    "normalize.css": "^8.0.1",
    "rc-tooltip": "^3.7.3",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-helmet": "^5.2.1",
    "react-modal": "^3.9.1",
    "react-router-dom": "^5.0.1",
    "tachyons-sass": "^4.9.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "7.4.4",
    "@storybook/addon-a11y": "^5.1.8",
    "@storybook/addon-actions": "^5.1.8",
    "@storybook/addon-knobs": "^5.1.8",
    "@storybook/addon-links": "^5.1.8",
    "@storybook/addon-notes": "^5.1.8",
    "@storybook/addons": "^5.1.8",
    "@storybook/react": "^5.1.8",
    "@types/classnames": "^2.2.8",
    "@types/enzyme": "^3.9.3",
    "@types/jest": "24.0.14",
    "@types/lodash": "^4.14.134",
    "@types/node": "12.0.8",
    "@types/rc-tooltip": "^3.7.1",
    "@types/react": "16.8.20",
    "@types/react-dom": "16.8.4",
    "@types/react-helmet": "^5.0.8",
    "@types/react-router-dom": "^4.3.4",
    "@types/storybook__addon-actions": "^3.4.3",
    "@types/storybook__addon-knobs": "^5.0.1",
    "@types/storybook__react": "^4.0.2",
    "@typescript-eslint/eslint-plugin": "^1.10.2",
    "@typescript-eslint/parser": "^1.10.2",
    "babel-loader": "8.0.5",
    "cpy-cli": "^2.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^5.0.0",
    "eslint-config-react-app": "^4.0.1",
    "eslint-import-resolver-typescript": "^1.1.1",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.1.0",
    "husky": "^2.4.1",
    "lint-staged": "^8.2.1",
    "lodash": "^4.17.11",
    "node-sass": "^4.12.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "react-scripts": "3.0.1",
    "typescript": "3.5.2"
  }
}
