{
  "name": "@mnemotix/synaptix-client-toolkit",
  "description": "Toolkit for frontend applications in the mnemotix ecosystem",
  "license": "Apache-2.0",
  "author": "Quentin Richaud <quentin.richaud@mnemotix.com>, Mathieu rogelja <mathieu.rogelja@mnemotix.com>",
  "repository": "gitlab:mnemotix/synaptix-js/synaptix-client-toolkit",
  "version": "2.5.6",
  "main": "lib/index.js",
  "sideEffects": false,
  "scripts": {
    "build-dev": "npx rimraf lib && yarn build:modern --watch",
    "build": "npx rimraf lib && yarn build:modern  && yarn build:legacy",
    "build:modern": "echo \"Transpiling...\" && NODE_ENV=modern babel src --out-dir lib --root-mode upward --source-maps",
    "build:legacy": "echo \"Transpiling client code for legacy browsers...\" && NODE_ENV=legacy babel src --out-dir lib/legacy --root-mode upward --source-maps",
    "prepare": "yarn build",
    "test": "jest __tests__",
    "test:debug": "node --inspect-brk node_modules/.bin/jest __tests__ --runInBand",
    "release": " PACKAGE_VERSION=$(node -pe \"require('./package.json').version\") && npx auto-changelog -v $PACKAGE_VERSION && git commit -a -m \"[ic] Releasing $PACKAGE_VERSION\" && git tag -a $PACKAGE_VERSION -m \"v$PACKAGE_VERSION\" && git push && git push origin $PACKAGE_VERSION"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.2",
    "dompurify": "^2.2.4",
    "dotenv": "^7.0.0",
    "invariant": "^2.0.0",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2",
    "react-use": "^17.3.2",
    "rxjs": "^6.4.0",
    "yup": "^0.27.0"
  },
  "peerDependencies": {
    "@apollo/client": "^3.5.8",
    "graphql": "15.7.2",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2",
    "react-router-dom": "5.3.0"
  },
  "devDependencies": {
    "@apollo/client": "^3.5.8",
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-runtime": "^7.18.2",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^9.3.0",
    "@testing-library/react-hooks": "^3.2.1",
    "auto-changelog": "2.1.0",
    "babel-jest": "^25.5.1",
    "babel-plugin-jsx-control-statements": "^4.0.0",
    "depcheck": "^1.4.2",
    "graphql": "15.7.2",
    "jest": "^25.5.4",
    "jest-fetch-mock": "^2.1.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "5.3.0",
    "react-test-renderer": "^16.13.1",
    "waait": "^1.0.4"
  },
  "peerDependenciesMeta": {
    "@apollo/client": {
      "optional": true
    },
    "graphql": {
      "optional": true
    },
    "react-router-dom": {
      "optional": true
    }
  },
  "packageManager": "yarn@3.1.1"
}
