{
  "name": "web-components",
  "version": "1.0.0",
  "description": "Destinia Web Components",
  "author": "Destinia",
  "license": "MIT",
  "private": true,
  "scripts": {
    "dev": "(yarn check --integrity || yarn install) && cross-env NODE_ENV=development webpack",
    "build": "(yarn check --integrity || yarn install) && cross-env NODE_ENV=production webpack",
    "watch": "(yarn check --integrity || yarn install) && cross-env NODE_ENV=production webpack --watch --info-verbosity verbose"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-decorators": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@webcomponents/webcomponentsjs": "^2.4.1",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.2",
    "cross-env": "^5.2.1",
    "terser-webpack-plugin": "^2.3.8",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/runtime": "^7.12.1",
    "core-js": "^3.6.5",
    "lit-element": "^2.4.0"
  }
}
