-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.05 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.05 KB
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
65
66
67
68
69
70
71
72
{
"private": true,
"packageManager": "pnpm@9.12.1",
"engines": {
"node": "24.x"
},
"scripts": {
"postinstall": "pnpm get-snippets",
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"format": "prettier-eslint --include-dot-files \"**/*.{js,ts,mts,vue,json}\"",
"format:check": "pnpm format --list-different",
"format:fix": "pnpm format --write",
"lint": "eslint --ext .js,.ts,.mts,.vue . .vitepress",
"typecheck": "tsc --noEmit",
"get-snippets": "pnpm cli get-snippets",
"test": "VITE_CJS_IGNORE_WARNING=true vitest",
"cli": "tsx etc/cli"
},
"devDependencies": {
"@mdit-vue/shared": "^0.12.1",
"@mdit/plugin-katex": "^0.4.8",
"@scale-codec/definition-compiler": "^4.0.1",
"@types/debug": "^4.1.12",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@unocss/transformer-directives": "^0.58.5",
"case": "^1.6.3",
"chalk": "^4",
"css-select": "^5.1.0",
"del": "^7.0.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.30.0",
"fast-diff": "^1.3.0",
"globby": "^13.2.2",
"hasha": "^5.2.2",
"htmlparser2": "^9.0.0",
"leven": "^4.0.0",
"make-dir": "^3.1.0",
"markdown-it": "^13.0.1",
"markdown-it-footnote": "^3.0.3",
"mermaid": "^10.4.0",
"node-fetch": "^3.3.2",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"prettier-eslint-cli": "^8.0.1",
"sass": "^1.93.2",
"ts-pattern": "^5.9.0",
"tsx": "^4.20.6",
"typescript": "5.6.3",
"unocss": "^0.58.5",
"vite": "^5.4.21",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.6.4",
"vitest": "^2.1.4",
"yargs": "^17.6.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@vue-kakuyaku/core": "^0.4.3",
"@vueuse/core": "^12.8.2",
"@vueuse/math": "^12.8.2",
"mande": "^2.0.9",
"rapidoc": "^9.3.8",
"tiny-invariant": "^1.3.3",
"vue": "^3.5.22"
}
}