{
  "name": "@vev/silke",
  "version": "1.1.10",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vev-design/vev.git",
    "directory": "packages/silke"
  },
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0",
    "react-router-dom": "^7.12.0"
  },
  "dependencies": {
    "invokers": "^1.8.0",
    "tinycolor2": "^1.6.0",
    "@types/tinycolor2": "^1.4.6",
    "dompurify": "^3.3.2",
    "@codemirror/lang-css": "^6.0.0",
    "@codemirror/lang-javascript": "^6.1.0",
    "@codemirror/lang-json": "^6.0.0",
    "@uiw/react-codemirror": "^4.12.3",
    "@uiw/codemirror-theme-dracula": "^4.25.4",
    "prism-react-renderer": "^2.4.1",
    "@vev/interactions": "1.0.2",
    "@vev/react": "0.3.5",
    "@vev/utils": "1.2.18"
  },
  "devDependencies": {
    "@mdx-js/react": "^3.1.0",
    "concurrently": "^8.2.2",
    "del-cli": "^5.1.0",
    "eslint": "^10.0.0",
    "jest": "^30.2.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "pnpm clean && pnpm build:types && pnpm build:code",
    "build:code": "node ./esbuild.config.mjs",
    "build:types": "tsc --project tsconfig.build.json",
    "clean": "del-cli dist",
    "test": "jest --silent --forceExit --runInBand --passWithNoTests",
    "test:ci": "jest --runInBand --forceExit --reporters='github-actions' --passWithNoTests",
    "tsc": "tsc --project ./tsconfig.json --emitDeclarationOnly --outDir ./dist",
    "watch": "concurrently \"pnpm watch:tsc\" \"pnpm watch:code\"",
    "watch:code": "node esbuild.config.mjs --watch",
    "watch:tsc": "tsc --project ./tsconfig.build.json --emitDeclarationOnly --watch"
  }
}