-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.11 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
{
"name": "notebook",
"version": "1.0.0",
"description": "--- home: true heroImage: /vuepress-blog-logo.png heroText: 我的笔记 tagline: 记录我的学习心得 actionText: 开始 → actionLink: /frontend/ features: - title: 前端 details: 可爱的前端 - title: 后端 details: 可靠的后端 - title: 算法 details: 可敬的算法 footer: Created by 188007803 ---",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/188007803/notebook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/188007803/notebook/issues"
},
"homepage": "https://github.com/188007803/notebook#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.4.1",
"vuepress": "^1.4.1"
},
"dependencies": {
"vuepress-plugin-run": "^1.0.1"
}
}