forked from gkd-kit/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 978 Bytes
/
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
{
"name": "gkd-monorepo",
"private": true,
"type": "module",
"scripts": {
"format": "prettier --cache --write --ignore-unknown ."
},
"dependencies": {
"@gkd-kit/selector": "0.0.25",
"@types/node": "20.11.30",
"@types/qrcode": "1.5.5",
"acorn-walk": "8.3.2",
"cross-env": "7.0.3",
"dom-serializer": "2.0.0",
"htmlparser2": "9.1.0",
"magic-string": "0.30.8",
"markdown-it-mathjax3": "4.3.2",
"medium-zoom": "1.1.0",
"prettier": "3.2.5",
"qrcode": "1.5.3",
"tsx": "4.7.1",
"typedoc": "0.25.12",
"typedoc-plugin-markdown": "4.0.0-next.47",
"typedoc-vitepress-theme": "1.0.0-next.10",
"typescript": "5.4.3",
"unocss": "0.58.9",
"vitepress": "1.0.2"
},
"volta": {
"node": "20.11.0"
},
"packageManager": "[email protected]",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights",
"vite"
]
}
}
}