{
  "name": "client",
  "description": "{{ description }}",
  "author": "{{ author }}",
  "version": "0.0.1",
  "scripts": {
    "start": "MACRO_REF_REPLACE=enabled rollup -w -c",
    "test:clear-cache": "jest --clearCache",
    "test:coverage": "MACRO_REF_REPLACE=enabled jest --coverage && yarn size",
    "test:watch": "MACRO_REF_REPLACE=enabled jest --watchAll",
    "build": "MACRO_REF_REPLACE=uniq rollup -c",
    "size": "yarn build && size-limit",
    "prepublish": "yarn size && yarn build"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-decorators": "^7.1.2",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.13.15",
    "@babel/preset-env": "^7.6.2",
    "@babel/runtime": "^7.14.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^18.1.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@size-limit/preset-small-lib": "^2.1.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^23.6.0",
    "babel-plugin-macros": "^2.7.1",
    "core-js": "^3.11.3",
    "eslint": "^5.16.0",
    "eslint-plugin-html": "^5.0.5",
    "eslint-plugin-jest": "^22.6.4",
    "eslint-plugin-json": "^1.4.0",
    "jest": "^23.6.0",
    "jest-runner-eslint": "^0.7.4",
    "jest-runner-stylelint": "^1.0.0",
    "rollup": "^2.47.0",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-node-resolve-with-sham-ui-macro": "^2.0.0",
    "rollup-plugin-scss": "^2.6.1",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-sham-ui-templates": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.32.12",
    "sham-ui-macro": "^3.6.0",
    "sham-ui-macro-jest-preprocessor": "^1.0.0",
    "sham-ui-templates": "^6.0.0",
    "sham-ui-templates-jest-preprocessor": "^1.3.0",
    "sham-ui-test-helpers": "^6.0.0",
    "stylelint": "^10.1.0",
    "stylelint-config-recommended-scss": "^3.3.0",
    "stylelint-scss": "^3.8.0"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "sham-ui": "^6.0.0",
    "sham-ui-cube-animation": "^2.2.0",
    "sham-ui-data-storage": "^3.0.0",
    "sham-ui-directives": "^6.0.0",
    "sham-ui-dynamic-component": "^3.0.0",
    "sham-ui-router": "^6.1.0",
    "sham-ui-without-flush-loader": "^3.0.1",
    "systemjs": "^6.10.1"
  }
}
