-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.52 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
{
"type": "module",
"version": "1.24.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint . --cache",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@iconify-json/ph": "^1.2.1",
"fuse.js": "^7.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.10",
"@iconify-json/svg-spinners": "^1.2.1",
"@shikijs/colorized-brackets": "^1.24.0",
"@shikijs/markdown-it": "^1.24.0",
"@shikijs/transformers": "^1.24.0",
"@shikijs/twoslash": "^1.24.0",
"@shikijs/vitepress-twoslash": "^1.24.0",
"@types/node": "^20.17.9",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.11.1",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"floating-vue": "^5.2.2",
"lint-staged": "^15.2.10",
"pinia": "^2.2.8",
"pnpm": "^8.15.9",
"prettier": "^3.4.1",
"rimraf": "^5.0.10",
"shiki": "^1.24.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.9",
"typescript": "^5.7.2",
"unocss": "^0.58.9",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}