{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "lint:scripts": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
        "lint:styles": "stylelint '**/*.{scss,vue}' --ignore-path .gitignore",
        "lint:scripts:fix": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix .",
        "lint:styles:fix": "stylelint '**/*.{scss,vue}' --ignore-path .gitignore --fix",
        "lint:all": "npm run lint:scripts & npm run lint:styles",
        "lint:all:fix": "npm run lint:scripts:fix & npm run lint:styles:fix"
    },
    "devDependencies": {
        "axios": "^1.7.4",
        "eslint": "^8.57.1",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-prettier": "^5.2.1",
        "eslint-plugin-vue": "^9.30.0",
        "husky": "^9.1.6",
        "laravel-vite-plugin": "^1.0",
        "lint-staged": "^15.2.10",
        "prettier": "^3.3.3",
        "sass": "^1.80.6",
        "stylelint": "^16.10.0",
        "stylelint-config-prettier-scss": "^1.0.0",
        "stylelint-config-sass-guidelines": "^12.1.0",
        "stylelint-config-standard-scss": "^13.1.0",
        "stylelint-config-standard-vue": "^1.0.0",
        "stylelint-prettier": "^5.0.2",
        "stylelint-scss": "^6.8.1",
        "vite": "^5.0",
        "vite-plugin-vuetify": "^2.0.4",
        "vuetify": "^3.8.6"
    },
    "dependencies": {
        "@inertiajs/vue3": "^1.2.0",
        "@mdi/font": "^7.4.47",
        "@tinymce/tinymce-vue": "^5.1.1",
        "@vitejs/plugin-vue": "^5.1.4",
        "tinymce": "^7.4.1",
        "vue-advanced-cropper": "^2.8.9",
        "vue-i18n": "^9.14.5",
        "vue-recaptcha-v3": "^2.0.1",
        "vue3-google-map": "^0.21.0",
        "vuedraggable": "^4.1.0"
    }
}
