-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.33 KB
/
package.json
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
{
"name": "traq-widget",
"version": "0.3.6",
"main": "src/main.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"lint": "eslint --cache .",
"lint:fix": "eslint --fix --cache .",
"format": "prettier --cache --write ."
},
"devDependencies": {
"@types/throttle-debounce": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript/lib-dom": "npm:@types/web@^0.0.72",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-lit": "^1.6.1",
"prettier": "^3.2.5",
"rollup-plugin-brotli": "^3.1.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"typescript-lit-html-plugin": "^0.9.0",
"vite": "^5.1.4"
},
"dependencies": {
"@traptitech/traq": "^3.17.0-1",
"@traptitech/traq-markdown-it": "^6.2.1",
"highlight.js": "^11.9.0",
"idb-keyval": "^6.2.0",
"katex": "^0.16.9",
"lit-html": "^3.1.2",
"ress": "^5.0.2",
"throttle-debounce": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/traPtitech/traq-widget.git"
},
"bugs": {
"url": "https://github.com/traPtitech/traq-widget/issues"
},
"homepage": "https://github.com/traPtitech/traq-widget#readme",
"private": true
}