-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "blog",
"packageManager": "pnpm@9.1.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "6.0.0",
"busuanzi.pure.js": "^1.0.3",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "23.0.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "9.8.0",
"husky": "^8.0.3",
"prettier": "2.7.1",
"sass": "^1.69.5",
"typescript": "*",
"vitepress": "1.1.4"
},
"scripts": {
"docs:dev": "vitepress dev blog",
"docs:build": "vitepress build blog",
"docs:preview": "vitepress preview blog",
"netlify:build": "vitepress build blog --env=netlify",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.mts --fix",
"format": "prettier --write --cache .",
"prepare": "husky install"
},
"dependencies": {
"ant-design-vue": "4.x",
"canvas-confetti": "^1.9.3",
"gitalk": "^1.8.0",
"md5": "^2.3.0",
"vite": "^5.0.10"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}