-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
{
"name": "one-among-us",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vue-tsc --noEmit && yarn lint && vite build",
"gen-meta": "node --no-warnings --loader ts-node/esm/transpile-only tools/gen_meta.ts",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"preview": "vite preview"
},
"dependencies": {
"@andreekeberg/imagedata": "^1.0.2",
"@callmebill/lxgw-wenkai-web": "^1.521.0",
"@fortawesome/fontawesome-free": "6.6.0",
"@types/sanitize-html": "^2.16.0",
"@vuepic/vue-datepicker": "^9.0.3",
"blurhash": "^2.0.5",
"element-plus": "^2.11.9",
"katex": "^0.16.25",
"lunar-typescript": "^1.8.6",
"moment": "^2.30.1",
"sanitize-html": "^2.17.0",
"sweetalert2": "11.26.3",
"tg-blog": "1.1.8",
"url-join": "^5.0.0",
"uwufier": "^1.1.0",
"uwuifier": "^4.2.2",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@iconify-json/ep": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify/vue": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/gtag.js": "^0.0.20",
"@types/html-to-text": "^9.0.4",
"@types/katex": "^0.16.7",
"@types/marked": "^4.3.2",
"@types/node": "^20.19.25",
"@types/url-join": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"autocorrect-node": "^2.14.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.33.0",
"finalhandler": "^1.3.2",
"fs-extra": "^11.3.2",
"html-to-text": "^9.0.5",
"http-terminator": "^3.2.0",
"markdown-yaml-metadata-parser": "^3.0.0",
"marked": "^4.3.0",
"puppeteer": "^22.15.0",
"replace-in-files": "^3.0.0",
"sass": "^1.94.2",
"serve-static": "^1.16.2",
"subset-font": "^2.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.21",
"vue-tsc": "^2.2.12"
}
}