{
  "scripts": {
    "dev": "npm run development",
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "prod": "npm run production",
    "production": "mix --production",
    "test": "echo \"Error: no test specified\" && exit 1",
    "type": "module",
    "start": "node -r esm src/index.js"
  },
  "dependencies": {
    "@kooneko/livereload-webpack-plugin": "^1.2.1",
    "@wordpress/element": "^4.18.0",
    "axios": "^1.3.4",
    "bootstrap": "^5.1.3",
    "esm": "^3.2.25",
    "html-entities": "^2.3.3",
    "html-react-parser": "^5.1.16",
    "immutability-helper": "^3.1.1",
    "laravel-mix": "^6.0.43",
    "link": "^1.5.1",
    "material-ui-chip-input": "^1.1.0",
    "react-beautiful-dnd": "^13.1.1",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-numeric-input": "^2.2.3",
    "react-phone-input-2": "^2.15.1",
    "react-router-dom": "^6.7.0",
    "react-table": "^7.8.0",
    "react-wordpress": "^1.0.9",
    "styled-components": "^5.3.6"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.18.6",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.49.9",
    "sass-loader": "^12.6.0",
    "webpack-livereload-plugin": "^1.2.0"
  }
}
