{
    "name": "@bloggrify/mistral",
    "description": "A Nuxt.js theme for Bloggrify",
    "license": "All Rights Reserved",
    "version": "3.0.2",
    "author": "Eventually Coding <contact@eventuallycoding.com>",
    "type": "module",
    "main": "./nuxt.config.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/bloggrify/bloggrify-mistral.git"
    },
    "files": [
        "app",
        "!app/app.config.ts",
        "nuxt.config.ts"
    ],
    "scripts": {
        "preinstall": "npx playwright install",
        "prepare": "nuxt prepare",
        "build": "nuxt build",
        "dev": "nuxt dev",
        "generate": "nuxt generate",
        "preview": "nuxt preview",
        "lint": "eslint ."
    },
    "dependencies": {
        "@bloggrify/core": "3.1.2",
        "nuxt": "4.2.2"
    },
    "devDependencies": {
        "@nuxt/eslint": "^1.12.1",
        "@playwright/test": "^1.45.1",
        "eslint": "^9.39.2",
        "sass-embedded": "^1.93.2",
        "typescript": "^5.9.3",
        "vue-tsc": "^3.1.0"
    }
}
