{
    "name": "webcoreui",
    "type": "module",
    "version": "1.5.0",
    "scripts": {
        "prepare": "husky",
        "pre-commit": "lint-staged",
        "dev": "astro dev",
        "start": "astro preview",
        "build": "astro check && astro build",
        "build:package": "node scripts/build.js",
        "compile": "node scripts/sass.js",
        "test": "cd .. && vitest run && npm run test:sass",
        "test:dev": "vitest",
        "test:run": "vitest run",
        "test:sass": "vitest run src/tests/unit/scss.test.js --config astro.config.mjs",
        "test:e2e": "playwright test",
        "test:e2e:update": "playwright test --update-snapshots",
        "test:e2e:ui": "playwright test --ui",
        "create-component": "node scripts/createComponent.js",
        "lint": "eslint src/**/* --fix"
    },
    "devDependencies": {
        "@astrojs/check": "0.9.6",
        "@astrojs/node": "9.5.5",
        "@astrojs/react": "4.4.2",
        "@astrojs/svelte": "7.2.5",
        "@eslint/js": "9.39.3",
        "@playwright/test": "1.60.0",
        "@types/node": "25.9.1",
        "@typescript-eslint/parser": "8.59.4",
        "astro": "5.18.1",
        "astro-eslint-parser": "1.4.0",
        "eslint": "9.39.3",
        "eslint-plugin-astro": "1.7.0",
        "eslint-plugin-react": "7.37.5",
        "eslint-plugin-simple-import-sort": "13.0.0",
        "eslint-plugin-svelte": "3.17.1",
        "husky": "9.1.7",
        "jsdom": "29.1.1",
        "lint-staged": "17.0.5",
        "react": "19.2.6",
        "react-dom": "19.2.6",
        "sass": "1.100.0",
        "sass-true": "10.1.0",
        "svelte": "5.55.9",
        "svelte-eslint-parser": "1.6.1",
        "typescript": "5.9.3",
        "typescript-eslint": "8.59.4",
        "vite-tsconfig-paths": "6.1.1",
        "vitest": "4.1.7"
    },
    "exports": {
        ".": "./index.js",
        "./astro": "./astro.js",
        "./svelte": "./svelte.js",
        "./react": "./react.js",
        "./icons": "./icons.js",
        "./integration": "./integration.js",
        "./styles": "./scss/index.scss",
        "./config": "./scss/config.scss"
    },
    "files": [
        "components",
        "icons",
        "scss",
        "utils",
        "astro.d.ts",
        "astro.js",
        "icons.d.ts",
        "icons.js",
        "svelte.d.ts",
        "svelte.js",
        "react.d.ts",
        "react.js",
        "index.js",
        "index.d.ts",
        "integration.js",
        "integration.d.ts",
        "README.md",
        "LICENSE"
    ],
    "license": "MIT",
    "description": "UI component and template library for Astro, Svelte, and React apps styled with Sass.",
    "keywords": [
        "webcore",
        "components",
        "ui components",
        "ui library",
        "component library",
        "withastro",
        "astro",
        "astro ui",
        "astro ui library",
        "astro-component",
        "astro components",
        "svelte components",
        "react components"
    ],
    "homepage": "https://webcoreui.dev",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Frontendland/webcoreui.git"
    },
    "bugs": {
        "url": "https://github.com/Frontendland/webcoreui/issues"
    },
    "lint-staged": {
        "*.{js,ts,jsx,tsx,svelte,astro}": "eslint src/**/*"
    }
}
