forked from su37josephxia/frontend-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 857 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
{
"name": "frontend-basic",
"version": "1.0.0",
"description": "doc# frontend-basic 前端基础知识汇总",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx live-server --open=./src",
"vuepress": "vuepress dev doc",
"docs:dev": "vuepress dev doc",
"docs:build": "vuepress build doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/su37josephxia/frontend-basic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/su37josephxia/frontend-basic/issues"
},
"homepage": "https://github.com/su37josephxia/frontend-basic#readme",
"dependencies": {
"co": "^4.6.0",
"github-webhook-handler": "^0.7.1",
"requirejs": "^2.3.6",
"thunkify": "^2.1.2"
}
}