-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 779 Bytes
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
{
"name": "guide",
"type": "module",
"author": "yuuire",
"version": "1.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.7",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"postcss-preset-env": "^9.5.14",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vite-plugin-icons": "^0.6.5"
},
"devDependencies": {
"@iconify/tailwind": "^1.1.2",
"markdown-it": "^14.1.0",
"react": "^18.3.1",
"vitepress": "^1.2.3",
"vue": "^3.4.30"
}
}