{
    "name": "@insightphp/inertia-view",
    "version": "0.5.4",
    "description": "View abstraction layer for building architectured Inertia applications.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/insightphp/insight.git"
    },
    "private": false,
    "keywords": [
        "Insight",
        "Laravel",
        "admin",
        "adminpanel"
    ],
    "author": "Peter Stovka <peter@peterstovka.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/insightphp/insight/issues"
    },
    "homepage": "https://github.com/insightphp/insight#readme",
    "scripts": {
        "dev": "vite build --watch",
        "build": "run-p types build-only",
        "types": "vue-tsc --declaration --emitDeclarationOnly",
        "build-only": "vite build",
        "type-check": "vue-tsc --noEmit"
    },
    "main": "./dist/inertia-view.umd.js",
    "module": "./dist/inertia-view.es.js",
    "files": [
        "dist",
        "resources/js"
    ],
    "types": "./dist/types/main.d.ts",
    "exports": {
        ".": {
            "import": "./dist/inertia-view.es.js",
            "require": "./dist/inertia-view.umd.js"
        }
    },
    "dependencies": {
        "@inertiajs/inertia-vue3": "^0.6.0",
        "vue": "^3.2"
    },
    "devDependencies": {
        "@types/node": "^16.11.47",
        "@vitejs/plugin-vue": "^3.0.3",
        "@vue/tsconfig": "^0.1.3",
        "npm-run-all": "^4.1.5",
        "typescript": "^4.8.2",
        "vite": "^3.0.9",
        "vitest": "^0.23",
        "vue-tsc": "^0.40.1"
    }
}
