forked from GlobeMC/crashmc.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.01 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
{
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:format": "eslint --ignore-path .gitignore --ext .ts,.vue \"docs/.vitepress/**/*.{ts,vue}\" --fix",
"docs:eslint": "eslint --ignore-path .gitignore --ext .ts,.vue \"docs/.vitepress/**/*.{ts,vue}\"",
"docs:zhlint": "zhlint 'docs/**/*.md' --fix",
"docs:tsc": "tsc --build && vue-tsc --noEmit",
"prepare": "husky install"
},
"name": "mccrash-docs",
"version": "0.0.0",
"description": "Documentation for Minecraft players, help them analyzing their crash reports.",
"main": "index.js",
"type": "module",
"devDependencies": {
"@andatoshiki/vitepress-plugin-nprogress": "^0.0.1",
"@giscus/vue": "^2.4.0",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@vite-pwa/vitepress": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.21.1",
"husky": "^8.0.3",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"tslib": "^2.6.2",
"vite-plugin-pwa": "^0.19.4",
"vitepress": "1.0.0-rc.41",
"vue": "^3.4.15",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27",
"workbox-window": "^7.0.0",
"zhlint": "^0.7.4"
},
"keywords": [
"Minecraft",
"crash",
"docs"
],
"author": "GlobeMC / 河豚分析",
"license": "GFDL",
"dependencies": {
"@gera2ld/tarjs": "^0.2.2",
"@types/js-cookie": "^3.0.6",
"@types/umami": "^0.1.5",
"@typescript-eslint/parser": "^6.20.0",
"axios": "^1.6.7",
"directory-tree": "^3.5.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"pako": "^2.1.0",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vitepress-plugin-back-to-top": "^1.0.1",
"vitepress-plugin-codeblocks-fold": "^1.2.28",
"vitepress-plugin-comment-with-giscus": "^1.1.12",
"vitepress-plugin-image-viewer": "^1.1.3"
}
}