-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 891 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
{
"name": "vuepress-starter",
"version": "1.0.0",
"main": "index.js",
"author": "artiely <[email protected]>",
"license": "MIT",
"scripts": {
"yaml": "node yaml.js",
"dev": "yarn yaml && vuepress dev docs",
"build": "yarn yaml && vuepress build docs",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.35",
"address": "^1.1.2",
"chalk": "^5.0.0",
"colorthief": "^2.3.2",
"dayjs": "^1.10.7",
"dotenv-flow": "^3.2.0",
"express": "^4.17.2",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"json2yaml": "^1.1.0",
"patch-package": "^6.4.7",
"reading-time": "^1.5.0",
"remove-markdown": "^0.3.0",
"vuepress-theme-dog": "^1.0.0-beta.38",
"yamljs": "^0.3.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"vuepress": "^2.0.0-beta.35"
}
}