forked from darukjs/daruk.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 766 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
{
"name": "daruk.org",
"version": "0.1.0",
"description": "daruk document",
"scripts": {
"dev": "vuepress dev docs",
"build": "node ./builds/addComponents.js && vuepress build docs && node ./builds/delComponents.js",
"deploy": "./deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darukjs/daruk.org.git"
},
"keywords": [
"daruk",
"daruk document"
],
"author": "Youjingyu",
"license": "ISC",
"bugs": {
"url": "https://github.com/darukjs/daruk.org/issues"
},
"homepage": "https://github.com/darukjs/daruk.org#readme",
"dependencies": {
"vuepress": "^1.5.4",
"vuepress-theme-antdocs": "^1.1.1"
},
"devDependencies": {
"@vuepress/plugin-last-updated": "^1.5.4"
}
}