-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.2 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
{
"name": "frontend-learning",
"version": "1.0.0",
"description": "doc# frontend-learning 前端基础知识学习",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx live-server --open=./src",
"dev": "node build.js && vuepress dev vuepress",
"build": "node build.js && vuepress build vuepress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haifun/frontend-learning.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/haifun/frontend-learning/issues"
},
"homepage": "https://github.com/haifun/frontend-learning#readme",
"dependencies": {
"co": "^4.6.0",
"fs-extra": "^8.1.0",
"github-webhook-handler": "^0.7.1",
"glob": "^7.1.6",
"glob-gitignore": "^1.0.14",
"globby": "^11.0.0",
"requirejs": "^2.3.6",
"thunkify": "^2.1.2"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-google-analytics": "^1.0.0",
"vuepress-plugin-baidu-tongji": "^1.0.1"
}
}