{
  "name": "@xf/scripts",
  "version": "1.0.0",
  "scripts": {
    "dev": "npm run clean && npm run watch",
    "build": "npm run clean && NODE_ENV=production npm run compile",
    "watch": "webpack --watch",
    "clean": "rm -rf ../plugin/src/Resources/js/scripts",
    "lint": "eslint -c .eslintrc.json .",
    "compile": "webpack",
    "test": ""
  },
  "author": "Solspace Inc.",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@shopify/draggable": "^1.0.0-beta.8",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.1.0",
    "css-loader": "^4.3.0",
    "postcss-loader": "^4.2.0",
    "style-loader": "^1.2.1",
    "stylus": "^0.54.8",
    "stylus-loader": "^4.3.3",
    "svg-inline-loader": "^0.8.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  }
}
