-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 Bytes
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": "baize",
"version": "0.0.1",
"description": "结合 vue-cli3 的 preset 搭建基于 git repo 的前端项目模板",
"main": "./generator/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash ./docs/deploy.sh",
"lint": "eslint --fix --ext .js generator *.js .eslintrc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/121595113/baize.git"
},
"keywords": [
"vue-cli3",
"preset"
],
"author": "Y3O",
"license": "MIT",
"bugs": {
"url": "https://github.com/121595113/baize/issues"
},
"homepage": "https://github.com/121595113/baize#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"standard": "^14.3.4",
"vuepress": "^0.14.8"
}
}