forked from aimeiyijia/ame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
48
{
"name": "ameblog",
"version": "1.0.0",
"scripts": {
"serve": "vuepress dev docs",
"build": "vuepress build docs",
"editFm": "node utils/editFrontmatter.js",
"baiduPush": "node utils/baiduPush.js https://ame.cool && bash baiduPush.sh",
"autoDep": "node utils/autoDeployment.js"
},
"resolutions": {
"watchpack": "1.6.1"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"babel-eslint": "^10.0.1",
"chalk": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"inquirer": "^7.3.1",
"json2yaml": "^1.1.0",
"moment": "^2.29.1",
"node-ssh": "^11.1.1",
"shelljs": "^0.8.4",
"vuepress": "^1.8.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-demo-container": "^0.2.0",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-smooth-scroll": "0.0.10",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-vdoing": "^1.4.3",
"watchpack": "^1.6.1",
"yamljs": "^0.3.0"
},
"dependencies": {
"core-js": "^2.6.12",
"el-table-ts": "^1.2.10",
"element-ui": "^2.15.1",
"lodash": "^4.17.20",
"mockjs": "^1.1.0"
}
}