{
    "name": "@bulvar/buefy",
    "version": "0.11.24",
    "description": "Lightweight UI components for Vue.js based on Bulma",
    "keywords": [
        "bulma",
        "bulma extentions",
        "buefy",
        "css",
        "sass",
        "flexbox",
        "responsive",
        "css properties",
        "css variables",
        "framework"
    ],
    "homepage": "https://github.com/daniil4udo/bulvar/tree/master/packages/buefy",
    "bugs": {
        "url": "https://github.com/daniil4udo/bulvar/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/daniil4udo/bulvar.git"
    },
    "license": "MIT",
    "author": {
        "name": "Daniil Chumachenko",
        "email": "daniil4udo@gmail.com",
        "url": "https://github.com/daniil4udo"
    },
    "maintainers": [
        "Daniil Chumachenko <daniil4udo@gmail.com>"
    ],
    "sideEffects": [
        "*.css",
        "*.sass",
        "*.scss"
    ],
    "type": "module",
    "main": "buefy.scss",
    "unpkg": "css/buefy.css",
    "style": "buefy/css/buefy.min.css",
    "files": [
        "css",
        "scss",
        "buefy.scss",
        "buefy-rtl.scss",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "clean": "rimraf css && mkdir css",
        "watch": "sass --verbose --error-css --no-source-map --color buefy.scss css/buefy.css --watch",
        "compile": "concurrently -c auto \"pnpm:compile:*\" ",
        "compile:main": "bun run ../../scripts/compile.ts --scope=buefy",
        "compile:rtl": "cross-env NODE_ENV=RTL bun run ../../scripts/compile.ts --scope=buefy --rtl"
    },
    "dependencies": {
        "@bulvar/bulma": "0.11.24"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "b31eb85da2118654da2de896cf2577b8e0dcc930"
}
