{
  "name": "dev",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build:production": "webpack --env.production --progress --config webpack.config.js",
    "build": "webpack --hide-modules --watch  --config webpack.config.js",
    "open": "node scripts/open.js",
    "start": "npm-run-all -p build theme:watch",
    "theme:replace": "yarn run build:production && theme deploy -e development -d theme",
    "theme:download": "theme download -e development -d theme",
    "theme:watch": "theme watch -e development -d theme",
    "zip": "bestzip theme.zip theme/ "
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/runtime": "^7.8.3",
    "bootstrap": "^4.4.1",
    "preact": "^10.2.1",
    "preact-compat": "^3.19.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/plugin-transform-react-jsx": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "babel-loader": "^8.0.6",
    "bestzip": "^2.1.4",
    "css-loader": "^3.2.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "js-yaml": "^3.13.1",
    "mini-css-extract-plugin": "^0.8.0",
    "node-sass": "^4.12.0",
    "npm-run-all": "^4.1.5",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "open": "^7.0.0",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "webpack": "^4.39.3",
    "webpack-clean-obsolete-chunks": "^0.4.0",
    "webpack-cli": "^3.3.7",
    "yargs": "^14.0.0"
  }
}
