-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 737 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 737 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
{
"name": "tailwindcss-chinese",
"version": "1.0.0",
"description": "tailwindcss-chinese",
"author": "Jeskson-我是哪吒",
"license": "MIT",
"devDependencies": {
"vuepress": "^1.9.5",
"vuepress-plugin-dynamic-title": "^1.0.0"
},
"scripts": {
"serve": "vuepress dev docs --temp .temp",
"build": "vuepress build docs"
},
"dependencies": {
"@vuepress-reco/vuepress-plugin-loading-page": "^1.4.0",
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.5",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"@vuepress-reco/vuepress-plugin-screenfull": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.6",
"@vuepress-reco/vuepress-plugin-bulletin-popover": "^1.5.7",
"vuepress-theme-reco": "^1.6.10"
}
}