{
  "name": "@stably/sdk-react-example",
  "author": "Stably Corporation",
  "license": "MIT",
  "version": "0.1.10",
  "private": false,
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5"
  },
  "scripts": {
    "start": "./scripts/start.sh",
    "start:nowait": "react-scripts start",
    "build": "react-scripts build",
    "test": "STAGE=beta react-scripts test",
    "test:local": "STAGE=local react-scripts test",
    "test:ci": "CI=true STAGE=beta react-scripts test",
    "eject": "react-scripts eject",
    "lint": "eslint --ext .ts --ext .tsx .",
    "format": "yarn lint --fix",
    "ci": "yarn lint && yarn build && yarn test:ci"
  },
  "dependencies": {
    "@stably/sdk-api": "^0.1.10",
    "@stably/sdk-react": "^0.1.10",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.4.0",
    "@testing-library/user-event": "^7.1.2",
    "@types/classnames": "^2.2.9",
    "@types/jest": "^24.0.0",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/react-router-dom": "^5.1.3",
    "classnames": "^2.2.6",
    "formik": "^2.1.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.3.0",
    "reflect-metadata": "^0.1.13",
    "typescript": "~3.7.2"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@typescript-eslint/eslint-plugin": "^2.16.0",
    "@typescript-eslint/parser": "^2.16.0",
    "audit-ci": "^2.4.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-config-react": "^1.1.7",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.17.0",
    "jest-extended": "^0.11.5",
    "jest-runner-groups": "^1.0.0",
    "prettier": "^1.19.1",
    "wait-for-expect": "^3.0.2"
  },
  "gitHead": "96564ded28c9360c723e83499648eda6d5853887"
}
