-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·36 lines (36 loc) · 1.1 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
{
"name": "richlab-blog",
"version": "0.0.1",
"description": "RichLab - 荔枝实验室™️ ️· Ant Financial Huabei & Jiebei Front-end Team.",
"main": "index.js",
"authors": {
"name": "完颜",
"email": "[email protected]"
},
"repository": "/richlab-blog",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp"
},
"license": "MIT",
"devDependencies": {
"@vuepress-reco/vuepress-plugin-comments": "^1.0.13",
"@vuepress/plugin-back-to-top": "^1.4.0",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.4.0",
"@vuepress/plugin-html-redirect": "^0.1.2",
"@vuepress/plugin-medium-zoom": "^1.4.0",
"lodash.shuffle": "^4.2.0",
"lodash.throttle": "^4.1.1",
"vuepress": "^1.4.0",
"vuepress-plugin-cat": "^1.0.3",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-dynamic-base": "^0.1.1",
"vuepress-plugin-feed": "^0.1.8",
"vuepress-plugin-sitemap": "^2.3.1"
},
"dependencies": {
"tailwindcss": "^1.2.0"
}
}