{
    "name": "blog-laravel-hutomo-sungkar",
    "version": "1.0.0",
    "description": "Modern Laravel blog template with SEO optimization and SILO structure",
    "author": "Hutomo Sungkar <hello@hutomosungkar.com>",
    "license": "MIT",
    "keywords": [
        "laravel",
        "blog",
        "seo",
        "tailwind",
        "cms",
        "template",
        "silo-seo"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/hutomosungkar/blog-laravel.git"
    },
    "homepage": "https://hutomosungkar.com",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "preview": "vite preview",
        "install-deps": "composer install && npm install",
        "setup": "cp .env.example .env && php artisan key:generate",
        "migrate": "php artisan migrate",
        "seed": "php artisan db:seed",
        "fresh": "php artisan migrate:fresh --seed",
        "serve": "php artisan serve",
        "production": "npm run build && php artisan config:cache && php artisan route:cache && php artisan view:cache",
        "clear-cache": "php artisan cache:clear && php artisan config:clear && php artisan route:clear && php artisan view:clear",
        "optimize": "php artisan optimize",
        "test": "php artisan test"
    },
    "devDependencies": {
        "@tailwindcss/forms": "^0.5.2",
        "autoprefixer": "^10.4.2",
        "axios": "^1.1.2",
        "laravel-vite-plugin": "^0.7.2",
        "postcss": "^8.4.6",
        "tailwindcss": "^3.2.0",
        "vite": "^4.0.0"
    },
    "engines": {
        "node": ">=16.0.0",
        "npm": ">=8.0.0"
    },
    "browserslist": [
        "> 1%",
        "last 2 versions",
        "not dead"
    ]
}

