-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
40
41
42
43
44
45
46
47
{
"name": "docs",
"type": "module",
"version": "0.7.8",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"docs:contributors": "tsx scripts/update-contributors.ts",
"docs:gen": "tsx scripts/autogen.ts"
},
"peerDependencies": {
"typescript": "*"
},
"dependencies": {
"@oku-ui/motion": "^0.4.1",
"@oku-ui/primitives": "link:../packages/core",
"@shikijs/vitepress-twoslash": "^2.0.0",
"@stackblitz/sdk": "^1.11.0",
"@vueuse/core": "^12.0.0",
"vue": "^3.5.12",
"vue-sonner": "^1.2.5"
},
"devDependencies": {
"@babel/traverse": "^7.25.9",
"@iconify/vue": "^4.1.2",
"@radix-ui/colors": "^3.0.0",
"@types/babel__traverse": "^7.20.6",
"@types/markdown-it": "^14.1.2",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.20",
"codesandbox": "^2.2.3",
"fast-glob": "^3.3.2",
"markdown-it": "^14.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"vitepress": "^1.5.0",
"vue-component-meta": "^2.1.10"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}