{
  "name": "svelte-fomantic-ui",
  "description": "Fomantic UI for Svelte",
  "main": "src/lib/svelte-fomantic-ui.svelte",
  "svelte": "src/lib/svelte-fomantic-ui.svelte",
  "private": false,
  "version": "0.4.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview --port 8080 --host",
    "check": "svelte-check --tsconfig ./tsconfig.json",
    "test": "vitest",
    "test:run": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/roycdaviesuoa/svelte-fomantic-ui.git"
  },
  "keywords": [
    "svelte",
    "vite",
    "fomantic-ui",
    "code"
  ],
  "author": "Roy C. Davies",
  "homepage": "http://roycdaviesuoa.github.io",
  "license": "CC-BY-NC-SA-4.0",
  "devDependencies": {
    "@sveltejs/vite-plugin-svelte": "^5.0.3",
    "@tsconfig/svelte": "^5.0.4",
    "svelte": "^5.19.6",
    "svelte-check": "^4.1.4",
    "typescript": "^5.0.4",
    "vite": "^6.0.11",
    "vitest": "^2.1.0"
  },
  "dependencies": {
    "browser-polyfill": "^3.20.2",
    "svelte-preprocess": "6.0.3",
    "svelte-prism": "1.1.6"
  }
}
