{
  "name": "mazey-polestar",
  "version": "1.0.5",
  "description": "A Demo for Webpack Build",
  "main": "lib/index.js",
  "scripts": {
    "build:index": "cross-env ENTRY=index webpack --config webpack.config.prd.js",
    "build:wordpress": "cross-env ENTRY=wordpress webpack --config webpack.config.prd.js",
    "serve:tiny": "cross-env ENTRY=tiny webpack-dev-server --config webpack.config.dev.js",
    "build:tiny": "cross-env ENTRY=tiny webpack --config webpack.config.prd.js",
    "build:cdn": "cross-env ENTRY=cdn webpack --config webpack.config.prd.js",
    "build:obfuscator": "cross-env ENTRY=obfuscator webpack --config webpack.config.prd.js",
    "watch:confluence": "cross-env ENTRY=confluence webpack watch --mode=development --config webpack.config.lib.js",
    "build:confluence": "cross-env ENTRY=confluence webpack --mode=production --config webpack.config.lib.js",
    "lint-and-fix": "eslint ./src/**/*.js --ext 'js' --fix",
    "build": "echo 'Nothing to build!' && exit 0",
    "test": "echo 'Ready to write and run tests?' && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chengchuu/webpack-build-demo.git"
  },
  "author": {
    "name": "Cheng",
    "email": "mazeyqian@gmail.com",
    "url": "https://github.com/chengchuu"
  },
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/chengchuu/webpack-build-demo/issues"
  },
  "homepage": "https://github.com/chengchuu/webpack-build-demo#readme",
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "babel-loader": "^9.1.0",
    "babel-plugin-import": "^1.13.5",
    "clean-webpack-plugin": "^4.0.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.1",
    "eslint": "^7.30.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "html-webpack-plugin": "^5.5.0",
    "javascript-obfuscator": "^4.0.0",
    "mini-css-extract-plugin": "^2.6.1",
    "sass": "^1.55.0",
    "sass-loader": "^13.0.2",
    "style-loader": "^3.3.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1",
    "webpack-merge": "^5.8.0",
    "webpack-obfuscator": "^3.5.1"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "fingerprintjs2": "^2.1.4",
    "mazey": "^4.7.12",
    "mazey-wordpress-utils": "^1.3.1",
    "qr-code-styling": "^1.6.0-rc.1",
    "react": "^18.2.0",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^18.2.0",
    "sha1": "^1.1.1"
  }
}
