-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "docs",
"private": true,
"version": "1.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.1",
"@headlessui/vue": "^1.7.22",
"@vueuse/core": "^11.1.0",
"@vueuse/motion": "^2.2.6",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.438.0",
"markdown-it": "^14.1.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vue": "^3.4.38",
"vue-writer": "^2.0.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.16.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.5.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"shiki": "^1.16.1",
"tailwindcss": "^3.4.10"
}
}