{
  "name": "cv-react-core",
  "version": "1.1.70",
  "description": "Xalt Javascript Core API. This package provides core javascript functionality that can be shared cross projects.",
  "main": "./src/index.js",
  "files": [
    "/src",
    "!/src/__test__/"
  ],
  "private": false,
  "scripts": {
    "build": "babel src/ -d build/",
    "test": "jest",
    "flow": "flow",
    "generate-license-text": "./node_modules/license-checker/bin/license-checker --json > licenses.json --relativeLicensePath --customPath licenseFormatting.json",
    "release": "standard-version",
    "release-alpha": "npm run build && npm run release -- --prerelease alpha",
    "publish-npm": "git push --follow-tags origin master && npm publish --tag alpha",
    "create-tarball": "npm pack && tar -xvzf *.tgz && rimraf -rf *.tgz",
    "copy-tarball-local": "rimraf -rf /lib && rimraf -rf /package && npm run build && npm run create-tarball && cpr package/* ../cv-react-native/node_modules/cv-react-core -o"
  },
  "repository": {
    "type": "git",
    "url": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-core"
  },
  "keywords": [
    "cv-core",
    "xalt-core",
    "catavolt-core"
  ],
  "author": "Alan Resha <alan.resha@hexagon.com>",
  "license": "Apache-2.0",
  "peer-dependencies": {
    "cv-dialog-sdk": "4.x",
    "mobx": "5.14.x",
    "mobx-react": "6.1.x",
    "localized-strings": "0.2.x",
    "react-timer-mixin": "0.13.x",
    "react": "16.10.x"
  },
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "7.5.5",
    "@babel/plugin-proposal-class-properties": "7.3.4",
    "@babel/plugin-proposal-decorators": "7.1.2",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-flow": "7.0.0",
    "@babel/runtime": "7.5.5",
    "babel-eslint": "10.0.1",
    "babel-jest": "24.8.0",
    "cpr": "3.0.1",
    "cv-dialog-sdk": "^4.31.14",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "4.3.0",
    "eslint-plugin-filenames": "1.2.0",
    "eslint-plugin-import": "2.17.2",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-putout": "1.5.0",
    "eslint-plugin-react": "7.13.0",
    "flow": "0.2.3",
    "flow-bin": "0.109.0",
    "jest": "24.8.0",
    "license-checker": "20.1.0",
    "localized-strings": "0.2.2",
    "mobx": "5.14.0",
    "mobx-react": "6.1.3",
    "prop-types": "15.7.2",
    "react": "16.10.2",
    "react-timer-mixin": "0.13.4",
    "rimraf": "2.6.2",
    "standard-version": "5.0.1"
  },
  "bugs": {
    "url": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-core"
  },
  "homepage": "https://git.catavolt.com/javascript/xalt-client/tree/master/packages/cv-react-core#readme",
  "gitHead": "5d9fa317a5e2dfb4b59e59d89dbf300ed18748a6"
}
