64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@halo-dev/comment-widget",
|
|
"version": "3.0.0",
|
|
"author": {
|
|
"name": "Halo",
|
|
"url": "https://github.com/halo-dev"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Ryan Wang",
|
|
"url": "https://github.com/ruibaby"
|
|
}
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./var.css": "./var.css"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"var.css"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch",
|
|
"locale:build": "lit-localize build",
|
|
"locale:extract": "lit-localize extract"
|
|
},
|
|
"dependencies": {
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@floating-ui/dom": "^1.7.3",
|
|
"@halo-dev/api-client": "https://pkg.pr.new/@halo-dev/api-client@7679",
|
|
"@lit/context": "^1.1.6",
|
|
"@lit/localize": "^0.12.2",
|
|
"@tiptap/core": "^3.2.0",
|
|
"@tiptap/extensions": "^3.2.0",
|
|
"@tiptap/pm": "^3.2.0",
|
|
"@tiptap/starter-kit": "^3.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"emoji-mart": "^5.6.0",
|
|
"es-toolkit": "^1.39.9",
|
|
"javascript-time-ago": "^2.5.11",
|
|
"lit": "^3.3.1",
|
|
"ofetch": "^1.4.1",
|
|
"sanitize-html": "^2.17.0",
|
|
"tiptap-extension-code-block-shiki": "^0.6.0",
|
|
"ua-parser-js": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.373",
|
|
"@lit/localize-tools": "^0.8.0",
|
|
"@types/sanitize-html": "^2.16.0",
|
|
"@unocss/reset": "^66.4.2",
|
|
"lit-analyzer": "^2.0.3",
|
|
"unocss": "^66.4.2"
|
|
}
|
|
}
|