{
  "name": "shoplazza-sdk",
  "version": "4.1.3",
  "description": "shoplazza admin sdk for embed app and UI components",
  "scripts": {
    "build": "rm -rf ./lib/* && cp -r ./src/* ./lib && babel --config-file ./babel.config.js ./lib -d ./lib --ignore **/{*.test.js,*.test.js.snap}",
    "test": "jest ./src",
    "test:coverage": "jest ./src --coverage",
    "test:snapshot": "jest  ./src --updateSnapshot",
    "doc:server": "styleguidist server",
    "doc:build": "styleguidist build"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.shoplazza.site:shoplazza/shoplazza-sdk.git"
  },
  "keywords": [
    "shoplazza",
    "sdk"
  ],
  "author": "shoplazza frontend team",
  "license": "MIT",
  "devDependencies": {
    "@ant-design/icons": "^1.2.1",
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@babel/plugin-proposal-do-expressions": "^7.2.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-function-sent": "^7.2.0",
    "@babel/plugin-proposal-json-strings": "^7.2.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-optional-chaining": "^7.2.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.3.0",
    "@babel/plugin-proposal-throw-expressions": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.3.0",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "acorn": "^6.1.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-import": "^1.11.0",
    "commitizen": "^3.0.7",
    "css-loader": "^2.1.1",
    "cz-conventional-changelog": "^2.1.0",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.11.2",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^5.12.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.4",
    "file-loader": "^3.0.1",
    "happypack": "^5.0.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.3.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "lint-staged": "^8.1.5",
    "postcss-loader": "^3.0.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^1.10.0",
    "react-styleguidist": "8.0.6",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "url-loader": "^1.1.2",
    "webpack": "^4.29.6",
    "webpack-bundle-analyzer": "^3.1.0",
    "webpack-cli": "^3.3.0"
  },
  "dependencies": {
    "@shoplazza/locales": "^2.0.0",
    "antd": "^4.9.4",
    "axios": "^0.19.2",
    "classnames": "^2.2.6",
    "html5sortable": "^0.9.17",
    "mobx": "^5.15.4",
    "mobx-react": "^6.2.2",
    "mobx-utils": "^5.6.1",
    "nprogress": "^0.2.0",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-color": "^2.18.1",
    "react-dom": "^16.12.0",
    "react-intl": "^3.12.0",
    "react-router-dom": "^5.2.0",
    "spark-md5": "^3.0.1"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS",
      "pre-commit": "lint-staged && pretty-quick --staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "proseWrap": "never",
    "trailingComma": "none"
  },
  "jest": {
    "collectCoverage": false,
    "transform": {
      "^.+\\.(css|less)$": "./.jest/styleMock.js",
      "^.+\\.(jsx|js)?$": "<rootDir>/node_modules/babel-jest"
    },
    "moduleNameMapper": {
      "\\.(css|less|sass|scss)$": "identity-obj-proxy",
      "\\.(gif|ttf|eot|svg|png|jpg)$": "<rootDir>/.jest/fileMock.js",
      "~(.*)$": "<rootDir>/src/$1"
    },
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!**/node_modules/**",
      "!src/**/{models,assets}/**/*.{js,jsx}"
    ],
    "coverageReporters": [
      "text-summary",
      "text",
      "lcov",
      "json"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "setupFiles": [
      "./.jest/setup.js"
    ],
    "testURL": "http://localhost",
    "transformIgnorePatterns": [
      "node_modules/(?!(html5sortable)/)"
    ]
  },
  "eslintIgnore": [
    ".jest"
  ]
}
