forked from one-among-us/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
{
"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": {
"@fortawesome/fontawesome-free": "^6.1.2",
"element-plus": "^2.2.14",
"moment": "^2.29.4",
"sweetalert2": "11.6.13",
"tg-blog": "1.1.5",
"url-join": "^5.0.0",
"vue": "^3.0.0",
"vue-router": "^4.1.4"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.8",
"@iconify-json/fa6-solid": "^1.1.10",
"@iconify/vue": "^4.1.1",
"@types/fs-extra": "^11.0.0",
"@types/gtag.js": "^0.0.12",
"@types/marked": "^4.0.8",
"@types/node": "^20",
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"autocorrect-node": "^2.5.5",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.4.0",
"finalhandler": "^1.2.0",
"fs-extra": "^11.1.0",
"html-to-text": "^9.0.3",
"http-terminator": "^3.2.0",
"markdown-yaml-metadata-parser": "^3.0.0",
"marked": "^4.2.5",
"puppeteer": "^20.7.4",
"replace-in-files": "^3.0.0",
"sass": "^1.54.5",
"serve-static": "^1.15.0",
"subset-font": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.4",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.0.3",
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-tsc": "^1.0.8"
}
}