• File: package.json
  • Full Path: /var/www/imalireports/package.json
  • Date Modified: 11/01/2022 10:48 PM
  • File size: 631 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "private": true,
    "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"
    },
    "devDependencies": {
        "@popperjs/core": "^2.10.2",
        "axios": "^0.21",
        "bootstrap": "^5.2.1",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "sass": "^1.32.11"
    },
    "dependencies": {
        "autoprefixer": "10.4.5"
    }
}