• File: package.json
  • Full Path: /var/www/example-app/package.json
  • Date Modified: 09/20/2022 8:19 PM
  • File size: 285 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "private": true,
    "scripts": {
        "dev": "vite",
        "build": "vite build"
    },
    "devDependencies": {
        "axios": "^0.27",
        "laravel-vite-plugin": "^0.6.0",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "vite": "^3.0.0"
    }
}