{
  "name": "abb-core",
  "version": "0.3.5",
  "description": "Application Build Butler Core",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --maxWorkers=1",
    "test-coverage": "jest --coverage --maxWorkers=1",
    "build-commonjs": "tsc --p ./commonjs && npm run copy-css-to-lib-commonjs",
    "copy-css-to-lib-commonjs": "copyfiles -u 1 ./src/**/*.css ./lib-commonjs",
    "build-esnext": "tsc --p ./esnext && npm run copy-css-to-lib",
    "copy-css-to-lib": "copyfiles -u 1 ./src/**/*.css ./lib",
    "build": "npm run build-commonjs && npm run build-esnext"
  },
  "dependencies": {
    "deepmerge": "^3.2.0",
    "i18next": "^15.1.0",
    "i18next-browser-languagedetector": "^3.0.1",
    "immutable": "^4.0.0-rc.12",
    "office-ui-fabric-react": "^6.157.0",
    "react": "^16.8.6",
    "react-async": "^6.2.0",
    "react-dom": "^16.8.4",
    "react-i18next": "^10.9.0",
    "react-native": "^0.58.6",
    "react-native-web": "^0.11.2",
    "react-redux": "^6.0.1",
    "react-router": "^5.0.0",
    "react-router-config": "^5.0.0",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0"
  },
  "keywords": [
    "abb",
    "abb core"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.moredigital.biz/application-build-butler/abb-core.git"
  },
  "author": "Markus Ringert <markus.ringert@googlemail.com> (https://markus-ringert.de)",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "@types/node": "^11.11.3",
    "@types/react": "^16.8.17",
    "@types/react-dom": "^16.8.2",
    "@types/react-native": "^0.57.42",
    "@types/react-redux": "^7.0.6",
    "@types/react-router": "^4.4.5",
    "@types/react-router-config": "^1.1.3",
    "@types/react-test-renderer": "^16.8.1",
    "copyfiles": "^2.1.0",
    "jest": "24.8.0",
    "react-scripts-ts": "^4.0.8",
    "react-test-renderer": "^16.8.6",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  }
}
