-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
68 lines (68 loc) · 1.98 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
65
66
67
68
{
"private": true,
"packageManager": "pnpm@9.12.1",
"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.7",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@unocss/transformer-directives": "^0.58.5",
"case": "^1.6.3",
"chalk": "^4",
"css-select": "^5.1.0",
"del": "^7.0.0",
"eslint": "^8.56.0",
"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.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"sass": "^1.66.1",
"ts-pattern": "^5.0.6",
"tsx": "^4.7.1",
"typescript": "5.6.3",
"unocss": "^0.58.5",
"vite": "^5.4.10",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.5.0",
"vitest": "^2.1.4",
"yargs": "^17.6.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@vue-kakuyaku/core": "^0.4.3",
"@vueuse/core": "^11.2.0",
"@vueuse/math": "^11.2.0",
"mande": "^2.0.8",
"tiny-invariant": "^1.3.1",
"vue": "^3.5.12"
}
}