-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.43 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
{
"name": "seek-deps",
"version": "1.0.5-alpha.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
"watch": "tsc -w",
"test": "jest",
"lint": "eslint --ext .js,.ts ./src --fix"
},
"bin": {
"sdep": "./bin/index.js"
},
"keywords": [
"dependency",
"微信小程序",
"vue",
"node"
],
"author": "",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@babel/types": "^7.10.5",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@types/cacache": "^12.0.1",
"@types/enhanced-resolve": "^3.0.6",
"@types/flat-cache": "^2.0.0",
"@types/fs-extra": "^8.0.1",
"@types/inquirer": "^6.5.0",
"@types/jest": "^25.2.3",
"@types/koa": "^2.11.0",
"@types/koa-static-server": "^1.3.0",
"@types/lodash": "^4.14.158",
"@types/micromatch": "^4.0.1",
"@types/node": "^12.12.12",
"@types/parcel-bundler": "^1.12.1",
"@types/replace-ext": "0.0.27",
"@types/resolve": "0.0.8",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"husky": "^4.2.5",
"jest": "^25.1.0",
"less": "^3.11.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.4",
"ts-jest": "^25.2.1",
"typescript": "^3.7.2"
},
"dependencies": {
"@antv/g6": "^3.2.2",
"@babel/parser": "^7.7.4",
"@babel/plugin-transform-typescript": "^7.7.4",
"@vue/component-compiler-utils": "^3.2.0",
"babel-walk": "^3.0.0",
"better-opn": "^1.0.0",
"element-ui": "^2.12.0",
"enhanced-resolve": "^4.2.0",
"fast-glob": "^3.1.0",
"flat-cache": "^2.0.1",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"inquirer": "^7.3.2",
"koa": "^2.11.0",
"koa-static-server": "^1.4.0",
"micromatch": "^4.0.2",
"parcel-bundler": "^1.12.4",
"postcss": "^7.0.24",
"replace-ext": "^1.0.0",
"resolve": "^1.13.0",
"vis-data": "^6.5.1",
"vis-network": "7.5.1",
"vis-util": "^4.0.0",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "^2.6.11",
"yargs": "^15.3.1"
}
}