-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"name": "gkd-monorepo",
"private": true,
"type": "module",
"scripts": {
"format": "prettier --cache --write --ignore-unknown .",
"dev": "pnpm build:api && pnpm -F @gkd-kit/docs docs:dev",
"build:api": "pnpm -F @gkd-kit/api predocs:build",
"build": "pnpm build:api && pnpm -F @gkd-kit/docs docs:build",
"preview": "pnpm -F @gkd-kit/docs docs:preview"
},
"dependencies": {
"@gkd-kit/selector": "0.5.22",
"@types/file-saver": "2.0.7",
"@types/jsdom": "21.1.7",
"@types/node": "22.15.3",
"@vitejs/plugin-legacy": "6.1.1",
"@vueuse/core": "13.1.0",
"acorn-walk": "8.3.4",
"cross-env": "7.0.3",
"file-saver": "2.0.5",
"jsdom": "26.0.0",
"magic-string": "0.30.17",
"markdown-it-mathjax3": "4.3.2",
"naive-ui": "2.41.0",
"prettier": "3.5.3",
"terser": "5.42.0",
"tsx": "4.19.4",
"typedoc": "0.28.3",
"typedoc-plugin-markdown": "4.6.3",
"typedoc-vitepress-theme": "1.1.2",
"typescript": "5.8.3",
"unocss": "66.0.0",
"unplugin-data": "0.1.1",
"vitepress": "2.0.0-alpha.5"
},
"volta": {
"node": "22.15.0",
"pnpm": "10.12.1"
},
"packageManager": "[email protected]"
}