-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.53 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@halo-dev/comment-widget",
"version": "2.2.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.1.0",
"@tiptap/extensions": "^3.1.0",
"@tiptap/pm": "^3.1.0",
"@tiptap/starter-kit": "^3.1.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.371",
"@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"
}
}