-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.08 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
{
"name": "longbridge-wiki",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev docs",
"build": "NODE_DISABLE_COMPILE_CACHE=1 node --stack-size=8000 ./node_modules/.bin/vitepress build docs",
"preview": "vitepress preview docs",
"graph": "tsx scripts/generate-link-graph.ts"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@types/markdown-it-container": "^2.0.10",
"@unocss/extractor-mdc": "^66.1.2",
"@unocss/preset-icons": "^66.1.2",
"@unocss/preset-wind3": "^66.1.2",
"@unocss/transformer-directives": "^66.1.2",
"@unocss/transformer-variant-group": "^66.1.2",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"sass-embedded": "^1.89.2",
"unocss": "^66.6.8",
"vitepress": "2.0.0-alpha.8",
"vue": "^3.5.13"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@vueuse/core": "^14.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"radix-vue": "^1.9.17",
"reka-ui": "^2.9.7",
"tailwind-merge": "^3.6.0",
"vue-i18n": "^11.4.2"
}
}