-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) 路 1.02 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) 路 1.02 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
{
"name": "leaf-docs",
"private": true,
"version": "5.0.0",
"description": "Documentation for Leaf PHP",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.2",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^14.2.1",
"@vueuse/motion": "^3.0.3",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^1.0.0",
"markdown-it": "^14.1.1",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.2",
"vue": "^3.5.31",
"vue-writer": "^2.0.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^4.0.2",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.5.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"shiki": "^4.0.2",
"tailwindcss": "^3.4.19"
}
}