-
Notifications
You must be signed in to change notification settings - Fork 4
/
.package.json
93 lines (93 loc) · 2.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"author": {
"name": "liuyuanyang",
"email": "liuyuanyangscript@gmail.com",
"url": "https://github.com/hoperyy"
},
"bugs": {
"url": "https://github.com/weidian-inc/bio-core/issues",
"email": "liuyuanyangscript@gmail.com"
},
"deprecated": false,
"description": "bio-core",
"engines": {
"node": ">=8.9.1"
},
"pre-commit": {
"run": [
"lint"
]
},
"homepage": "https://github.com/weidian-inc/bio-core",
"keywords": [
"bio",
"cli",
"build"
],
"name": "bio-core",
"repository": {
"type": "git",
"url": "https://github.com/weidian-inc/bio-core"
},
"scripts": {
"lint": "eslint bin/** core/** index.js",
"test": "istanbul cover _mocha test/*",
"coverage": "cat ./coverage/lcov.info | coveralls",
"prepublishOnly": "node prepublish.js"
},
"version": "2.1.3",
"optionalDependencies": {
"anymatch": "^2.0.0",
"babel-eslint": "^8.2.2",
"chai": "^4.1.2",
"chalk": "^2.3.2",
"chokidar": "^1.7.0",
"co": "^4.6.0",
"co-exec": "^1.1.0",
"co-wait": "0.0.0",
"colors": "^1.1.2",
"commander": "2.9.0",
"copy-paste": "^1.3.0",
"coveralls": "^3.0.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-lean-imports": "^0.3.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-vue": "^4.3.0",
"find-process": "^1.1.0",
"fs-extra": "^2.1.2",
"get-npm-package-version": "^1.0.0",
"get-port": "^3.1.0",
"inquirer": "^3.2.2",
"is-relative": "^1.0.0",
"istanbul": "^0.4.5",
"kill-port": "^1.0.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"md5-file": "^3.1.1",
"mocha": "^3.5.3",
"node-static": "^0.7.10",
"open": "0.0.5",
"ora": "^1.3.0",
"pre-commit": "^1.2.2",
"procfs-stats": "^1.0.2",
"progress-bar": "^0.1.1",
"ps-node": "^0.1.6",
"readdir-enhanced": "^1.5.2",
"recursive-readdir-sync": "^1.0.6",
"registry-url": "^3.1.0",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"socket.io": "^2.0.4",
"sync-directory": "^1.0.9",
"url-parse": "^1.1.9",
"directory-tree": "^2.2.1",
"is-windows": "^1.0.2",
"react-dev-utils": "^8.0.0",
"relative": "^3.0.2"
}
}