{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "npx vite",
        "watch": "npx vite",
        "hot": "npx vite",
        "prod": "npx vite build",
        "production": "npm run prod",
        "img": "cd resources/img/svg && npx svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.css.svg ../../../public/sprite.svg && rm -R sprite",
        "lint": "eslint \"resources/js/**/*.{js,vue}\"",
        "fix": "eslint \"resources/js/**/*.{js,vue}\" --fix"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.14",
        "axios": "^1.4.0",
        "eslint": "^8.43.0",
        "eslint-plugin-vue": "^8.7.1",
        "postcss": "^8.4.24",
        "tailwindcss": "^3.3.2",
        "vue-axios": "^3.5.2"
    },
    "dependencies": {
        "@inertiajs/vue3": "^1.0.8",
        "@tailwindcss/typography": "^0.5.9",
        "@vitejs/plugin-vue": "^4.2.3",
        "change-case": "^4.1.2",
        "floating-vue": "^2.0.0-beta.24",
        "laravel-vite-plugin": "^0.7.8",
        "lodash": "^4.17.21",
        "merge": "^2.1.1",
        "pinia": "^2.1.4",
        "postcss-import": "^14.1.0",
        "prettier": "^2.8.8",
        "svg-sprite": "^2.0.2",
        "vite": "^4.3.9",
        "vue": "^3.3.4",
        "vue-toastification": "^2.0.0-rc.5",
        "wnumb": "^1.2.0"
    }
}