-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 970 Bytes
/
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
{
"name": "@cadecode/vuepress-theme-2zh",
"version": "1.1.2",
"description": "由 vuepress 驱动的静态博客主题",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
"blog",
"theme",
"vuepress"
],
"files": [
"components/",
"layouts/",
"styles/",
"utils/",
"templates/",
"enhanceApp.js",
"index.js"
],
"author": "Cade Li <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/CadeCode/vuepress-theme-2zh",
"bugs": {
"url": "https://github.com/CadeCode/vuepress-theme-2zh/issues"
},
"dependencies": {
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-medium-zoom": "^1.7.0",
"@vuepress/plugin-search": "^1.7.0",
"core-js": "^2.6.11",
"dayjs": "^1.8.31",
"element-ui": "^2.13.2",
"vuepress": "^1.5.2"
},
"devDependencies": {
"babel-plugin-component": "^1.1.1"
}
}