{
  "name": "@rebilly/recomponents",
  "version": "1.40.0",
  "description": "Official Rebilly front-end components library",
  "main": "dist/recomponents.umd.min.js",
  "unpkg": "dist/recomponents.umd.min.js",
  "author": "Rebilly SRL",
  "license": "MIT",
  "scripts": {
    "test": "run-p test:unit",
    "test:unit": "vue-cli-service test:unit --config=./jest.config.js",
    "test:image-snapshots": "run-s build-storybook build-image-snapshots",
    "lint": "run-s lint:js lint:styles",
    "lint:js": "vue-cli-service lint",
    "lint:styles": "stylelint **/*.scss",
    "build": "run-s clean:dist build:wc build:lib build:theme",
    "build:wc": "vue-cli-service build --target wc-async --name recomponents 'src/**/*.vue' --no-clean --mode production",
    "build:lib": "vue-cli-service build --target lib --name recomponents 'src/index.js' --no-clean --mode production",
    "build:theme": "sass src/styles/recomm.scss dist/recomm.css",
    "dev": "vue-cli-service build --target lib --name recomponents 'src/index.js' --no-clean --watch --mode production",
    "clean:dist": "rimraf ./dist/**/*",
    "storybook": "start-storybook -p 9001  -s ./public",
    "build-storybook": "build-storybook -c .storybook -o ../../docs -s ./public",
    "serve-built-storybook": "http-server ../../docs",
    "build-image-snapshots": "cross-env NODE_ENV=test jest --projects=./.image-snapshots",
    "semantic-release": "semantic-release"
  },
  "files": [
    "package.json",
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Rebilly/rebilly-recomponents.git"
  },
  "keywords": [
    "Rebilly",
    "Vue"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 10",
    "yarn": ">= 1.10.1"
  },
  "dependencies": {
    "@popperjs/core": "^2.9.2",
    "approximate-number": "^2.0.0",
    "css-vars-ponyfill": "^2.1.2",
    "intersection-observer": "^0.7.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.kebabcase": "^4.1.1",
    "lowlight": "^1.13.1",
    "moment": "^2.29.2",
    "moment-timezone": "^0.5.23",
    "nanoid": "^3.1.25",
    "v-calendar": "^2.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/preset-env": "^7.5.5",
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/commit-analyzer": "^6.3.0",
    "@semantic-release/git": "^7.0.16",
    "@semantic-release/github": "^5.4.2",
    "@semantic-release/npm": "^5.1.13",
    "@semantic-release/release-notes-generator": "^7.3.0",
    "@storybook/addon-a11y": "^5.3.14",
    "@storybook/addon-actions": "^5.3.14",
    "@storybook/addon-centered": "^5.3.14",
    "@storybook/addon-contexts": "^5.3.14",
    "@storybook/addon-cssresources": "^5.3.14",
    "@storybook/addon-docs": "^5.3.14",
    "@storybook/addon-knobs": "^5.3.14",
    "@storybook/addon-links": "^5.3.14",
    "@storybook/addon-notes": "^5.3.14",
    "@storybook/addon-storyshots": "^5.3.14",
    "@storybook/addon-storyshots-puppeteer": "^5.3.14",
    "@storybook/addon-storysource": "^5.3.14",
    "@storybook/vue": "^5.3.14",
    "@vue/babel-preset-app": "^4.1.1",
    "@vue/cli": "^4.2.3",
    "@vue/cli-plugin-babel": "^4.2.3",
    "@vue/cli-plugin-eslint": "^4.2.3",
    "@vue/cli-plugin-unit-jest": "^4.2.3",
    "@vue/cli-service": "^4.2.3",
    "@vue/eslint-config-airbnb": "^4.0.0",
    "@vue/server-test-utils": "^1.0.0-beta.31",
    "@vue/test-utils": "^1.0.0-beta.31",
    "axios": "^0.21.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-vue": "^2.0.2",
    "babel7-jest": "^1.0.1",
    "core-js": "^3.4.3",
    "cross-env": "^6.0.3",
    "cz-conventional-changelog": "^3.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "jest-css-modules": "^2.1.0",
    "jest-image-snapshot": "^2.11.1",
    "jest-mock": "^24.9.0",
    "jest-serializer-html": "^7.0.0",
    "jest-serializer-vue": "^2.0.2",
    "markdown-loader-jest": "^0.1.1",
    "moment-locales-webpack-plugin": "^1.2.0",
    "npm-run-all": "^4.1.5",
    "puppeteer": "^2.0.0",
    "rimraf": "^3.0.0",
    "sass": "^1.54.5",
    "sass-loader": "^10",
    "semantic-release": "^17.2.3",
    "storybook-vue-router": "^1.0.7",
    "style-loader": "^1.0.1",
    "stylelint": "^10.1.0",
    "vue": "^2.6.10",
    "vue-jest": "^3.0.4",
    "vue-loader": "^15.7.1",
    "vue-no-ssr": "^1.1.1",
    "vue-router": "^3.1.2",
    "vue-server-renderer": "^2.6.10",
    "vue-template-compiler": "^2.6.10",
    "vuelidate": "^0.7.5"
  },
  "peerDependencies": {
    "vue": "^2.6.0"
  },
  "sideEffects": true
}
