{
  "name": "kitten",
  "version": "0.0.1",
  "description": "Plugin addon Elementor yang memudahkan agency dalam pembuatan sebuah website.",
  "main": "index.js",
  "scripts": {
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "production": "mix --production",
    "bundle": "dir-archiver --src . --dest ../kitten.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map src webpack.mix.js vendor"
  },
  "author": "DesGrammer",
  "license": "ISC",
  "devDependencies": {
    "@babel/preset-react": "^7.14.5",
    "dir-archiver": "^1.2.0",
    "jquery": "^3.6.0",
    "laravel-mix": "^6.0.31",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
