Files
cwd/docs/widget/package.json
anghunk c1b665e80c chore: 更新所有子包的版本号至 0.0.17
统一更新根项目、cwd-admin、cwd-api 以及 docs/widget 中的 package.json 文件版本,以同步项目版本。
2026-02-05 17:30:10 +08:00

26 lines
624 B
JSON

{
"name": "cwd-widget",
"version": "0.0.17",
"description": "Server-free, extremely fast and secure, plug-and-play commenting system based on Cloudflare Workers and the Global Edge Network.",
"type": "module",
"author": "anghunk",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"cloudflare workers",
"Comment"
],
"devDependencies": {
"terser": "^5.44.1",
"vite": "^6.0.11",
"vite-plugin-css-injected-by-js": "^3.3.1"
},
"dependencies": {
"dompurify": "^3.3.1",
"marked": "^17.0.1"
}
}