rustlanges-components 0.1.0

RustLangES components library
Documentation
{
  "name": "@rustlanges/showcase",
  "private": true,
  "version": "0.0.1",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/index.js"
    },
    "./react": {
      "types": "./dist/src/react/index.d.ts",
      "default": "./dist/react/index.js"
    },
    "./vue": {
      "types": "./dist/src/vue/index.d.ts",
      "default": "./dist/vue/index.js"
    },
    "./styles.css": {
      "default": "./dist/styles.css"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/RustLangES/design-system-components",
    "directory": "js/showcase"
  },
  "scripts": {
    "build": "tsc -b ./tsconfig.lib.json && vite build && npm run check:tsc && npm run build:tailwindcss",
    "build:tailwindcss": "npx @tailwindcss/cli -i src/styles.css -o dist/styles.css --minify",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && npm run check:tsc",
    "check:tsc": "tsc --noEmit -p tsconfig.lib.json"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "vue": "^3.5.17"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@rustlanges/styles": "file:../../styles",
    "@tailwindcss/cli": "^4.1.8",
    "@tailwindcss/vite": "^4.1.8",
    "@types/node": "^22.15.29",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.5",
    "ajv": "^8.17.1",
    "dom-expressions": "^0.39.10",
    "eslint": "^9.28.0",
    "glob": "^11.0.2",
    "globals": "^16.2.0",
    "jiti": "^2.4.2",
    "tailwindcss": "^4.1.8",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.0",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "dependencies": {
    "alien-signals": "^2.0.5",
    "clsx": "^2.1.1"
  }
}