{
    "name": "@titancasket/component-library",
    "version": "0.10.7",
    "description": "Titan Casket Vue 3 component library with design system - usable as Nuxt layer or standalone NPM package",
    "type": "module",
    "private": false,
    "main": "./dist/titan-components.cjs",
    "module": "./dist/titan-components.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/titan-components.js",
            "require": "./dist/titan-components.cjs",
            "types": "./dist/index.d.ts"
        },
        "./tailwind.preset": "./app/tailwind.preset.js",
        "./style.css": "./dist/style.css"
    },
    "files": [
        "dist",
        "app",
        "nuxt.config.ts"
    ],
    "scripts": {
        "build": "vite build --config vite.config.lib.ts",
        "build:nuxt": "nuxt build",
        "dev": "nuxt dev",
        "generate": "nuxt generate",
        "preview": "nuxt preview",
        "prepare": "nuxt prepare",
        "lib:build": "vite build --config vite.config.lib.ts",
        "generate:icons": "tsx scripts/generate-icons.ts",
        "predev": "yarn generate:icons",
        "prebuild": "yarn generate:icons",
        "test": "vitest",
        "test:watch": "vitest --watch",
        "test:coverage": "vitest run --coverage",
        "test:ui": "vitest --ui",
        "test:storybook": "test-storybook",
        "test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && yarn test-storybook\"",
        "test:all": "yarn test && yarn test:storybook",
        "storybook": "storybook dev --port 6006",
        "build-storybook": "storybook build"
    },
    "peerDependencies": {
        "tailwindcss": "^3.0.0",
        "vue": "^3.5.0"
    },
    "dependencies": {
        "vue": "^3.5.22"
    },
    "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
    "keywords": [
        "vue",
        "vue3",
        "components",
        "component-library",
        "nuxt",
        "nuxt-layer",
        "tailwind",
        "design-system",
        "titancasket"
    ],
    "author": "Titan Casket",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/fefogarcia/ttc-v3-component-library"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "devDependencies": {
        "@nuxt/test-utils": "^3.19.2",
        "@nuxtjs/tailwindcss": "^6.14.0",
        "@storybook/addon-a11y": "^8.4.7",
        "@storybook/addon-essentials": "^8.4.7",
        "@storybook/addon-interactions": "^8.4.7",
        "@storybook/addon-links": "^8.4.7",
        "@storybook/blocks": "^8.4.7",
        "@storybook/builder-vite": "^8.4.7",
        "@storybook/test": "^8.4.7",
        "@storybook/test-runner": "^0.23.0",
        "@storybook/vue3": "^8.4.7",
        "@storybook/vue3-vite": "^8.4.7",
        "@types/jest-image-snapshot": "^6.4.0",
        "@types/node": "^18.17.5",
        "@vitejs/plugin-vue": "^6.0.1",
        "@vitest/coverage-v8": "^3.2.4",
        "@vue/test-utils": "^2.4.6",
        "concurrently": "^9.2.1",
        "happy-dom": "^19.0.1",
        "http-server": "^14.1.1",
        "jest-image-snapshot": "^6.5.1",
        "nuxt": "^4.1.2",
        "playwright-core": "^1.55.1",
        "storybook": "^8.4.7",
        "tsx": "^4.20.6",
        "typescript": "^5.9.2",
        "vite": "^5.4.11",
        "vite-plugin-dts": "^4.5.4",
        "vitest": "^3.2.4",
        "vue-router": "^4.5.1",
        "wait-on": "^9.0.1"
    }
}
