-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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",
"@fortawesome/fontawesome-free": "^6.5.2",
"@vuepic/vue-datepicker": "^9.0.3",
"blurhash": "^2.0.5",
"element-plus": "^2.7.1",
"katex": "^0.16.10",
"lxgw-wenkai-webfont": "^1.7.0",
"moment": "^2.30.1",
"sweetalert2": "11.10.8",
"tg-blog": "1.1.7",
"url-join": "^5.0.0",
"uwufier": "^1.1.0",
"uwuifier": "^4.0.5",
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.15",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify/vue": "^4.1.2",
"@types/fs-extra": "^11.0.4",
"@types/gtag.js": "^0.0.19",
"@types/katex": "^0",
"@types/marked": "^4.3.2",
"@types/node": "^20.12.7",
"@types/url-join": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"autocorrect-node": "^2.9.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"finalhandler": "^1.2.0",
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"http-terminator": "^3.2.0",
"markdown-yaml-metadata-parser": "^3.0.0",
"marked": "^4.3.0",
"puppeteer": "^22.6.5",
"replace-in-files": "^3.0.0",
"sass": "^1.75.0",
"serve-static": "^1.15.0",
"subset-font": "^2.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vue-facing-decorator": "^3.0.4",
"vue-tsc": "^2.0.14"
}
}