{
  "name": "perfex",
  "version": "1.0.0",
  "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",
    "build": "mix --production && node build.mjs"
  },
  "devDependencies": {
    "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
    "autoprefixer": "^10.4.12",
    "del": "^7.0.0",
    "laravel-mix": "^6.0.49",
    "less": "^4.1.3",
    "postcss": "^8.4.17",
    "postcss-import": "^15.0.0",
    "postcss-nesting": "^10.2.0",
    "replace-in-file-webpack-plugin": "^1.0.6",
    "sass": "^1.55.0",
    "sass-loader": "^13.1.0",
    "tailwindcss": "^3.2.0"
  },
  "dependencies": {
    "bootstrap": "^3.4.1"
  }
}
