-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
{
"name": "call-dependency",
"version": "1.0.2",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node test/index"
},
"peerDependencies": {
"vue-template-compiler": "^2.5.17"
},
"dependencies": {
"app-module-path": "^2.2.0",
"chalk": "^2.4.1",
"commander": "^2.15.1",
"commondir": "^1.0.1",
"debug": "^4.0.1",
"detective-amd": "^3.0.0",
"detective-cjs": "^3.1.0",
"detective-es6": "^2.0.0",
"detective-less": "^1.0.1",
"detective-postcss": "^3.0.0",
"detective-sass": "^3.0.0",
"detective-scss": "^2.0.0",
"detective-stylus": "^1.0.0",
"detective-typescript": "^4.0.0",
"enhanced-resolve": "^4.1.0",
"graphviz": "^0.0.8",
"is-relative-path": "^1.0.2",
"module-definition": "^3.1.0",
"module-lookup-amd": "^5.0.1",
"node-source-walk": "^4.0.0",
"ora": "^3.0.0",
"pify": "^4.0.0",
"pluralize": "^7.0.0",
"pretty-ms": "^4.0.0",
"rc": "^1.2.7",
"resolve": "^1.5.0",
"resolve-dependency-path": "^1.0.2",
"sass-lookup": "^3.0.0",
"stylus-lookup": "^3.0.1",
"typescript": "^3.0.3",
"walkdir": "^0.0.12"
},
"keywords": [],
"author": "CharlieLau",
"license": "MIT"
}