forked from ZhuYuxuan9302/MCJPG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "MCJPG",
"type": "module",
"version": "1.0.0",
"description": "MCJPG 官网",
"private": true,
"devDependencies": {
"@femm/prettier": "^1.1.0",
"@femm/tailwind-config": "^1.0.0",
"@femm/verify-commit": "^1.0.1",
"@giscus/vue": "^3.0.0",
"@mdit-vue/shared": "^2.1.3",
"@types/node": "^22.7.7",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"cross-env": "^7.0.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"medium-zoom": "^1.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.80.3",
"tailwindcss": "^3.4.14",
"vite-plugin-markdown-preview": "^1.1.1",
"vitepress": "^1.5.0",
"vitepress-plugin-music": "^0.0.9",
"vue": "^3.5.12"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"prettier": "@femm/prettier",
"lint-staged": {
"*.{js,jsx,tsx,vue,css,scss,less,md,json}": [
"prettier --write"
]
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"dependencies": {
"vitepress-plugin-comment-with-giscus": "^1.1.15"
}
}