-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.1 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": "tsx tools/gen_meta.ts",
"lint": "eslint --ext .js,.vue --fix src",
"preview": "vite preview"
},
"dependencies": {
"@andreekeberg/imagedata": "^1.0.2",
"@callmebill/lxgw-wenkai-web": "^1.522.0",
"@fortawesome/fontawesome-free": "6.6.0",
"@types/sanitize-html": "^2.16.1",
"@vuepic/vue-datepicker": "^11.0.3",
"blurhash": "^2.0.5",
"element-plus": "^2.13.7",
"katex": "^0.16.45",
"lunar-typescript": "^1.8.6",
"moment": "^2.30.1",
"sanitize-html": "^2.17.5",
"sweetalert2": "^11.26.24",
"tg-blog": "^1.1.10",
"url-join": "^5.0.0",
"uwufier": "^1.1.0",
"uwuifier": "^4.2.2",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@iconify-json/ep": "^1.2.4",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify/vue": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/gtag.js": "^0.0.20",
"@types/html-to-text": "^9.0.4",
"@types/katex": "^0.16.8",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@vitejs/plugin-vue": "^6.0.6",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/eslint-config-typescript": "^14.7.0",
"autocorrect-node": "^2.14.0",
"eslint": "^10.3.0",
"eslint-plugin-vue": "^10.9.0",
"finalhandler": "^2.1.1",
"fs-extra": "^11.3.4",
"html-to-text": "^10.0.0",
"http-terminator": "^3.2.0",
"markdown-yaml-metadata-parser": "^3.0.0",
"marked": "^18.0.3",
"puppeteer": "^24.42.0",
"replace-in-files": "^3.0.0",
"sass": "^1.99.0",
"serve-static": "^2.2.1",
"subset-font": "^2.5.0",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.16",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.7"
}
}