-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.59 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
{
"name": "study-lenses",
"version": "0.0.179",
"description": "",
"main": "./src/index.js",
"scripts": {
"test-content": "cd test-content && node ../bin/index.js"
},
"author": "",
"license": "MIT",
"repository": "https://github.com/DeNepo/study-lenses",
"preferGlobal": true,
"bin": {
"lenses2": "./bin/index.js"
},
"overrides": {
"graphviz-cli": {
"canvas": "^2.11.2"
}
},
"dependencies": {
"@gerhobbelt/gitignore-parser": "^0.2.0-8",
"@mapbox/node-pre-gyp": "^1.0.5",
"acorn": "^8.0.5",
"aran": "^3.0.9",
"astring": "^1.6.0",
"body-parser": "^1.19.0",
"comment-regex": "^1.0.1",
"config": "^3.3.3",
"cookie-parser": "^1.4.5",
"csso": "^4.2.0",
"deepmerge": "^4.2.2",
"dependency-cruiser": "^10.0.6",
"docsify-cli": "^4.4.4",
"eslint": "^7.25.0",
"eslint-plugin-jsdoc": "^33.0.0",
"estree-walker": "^2.0.2",
"expect": "^26.6.2",
"express": "^4.17.1",
"graphviz-cli": "^1.0.0",
"html-minifier-terser": "^5.1.1",
"javascript-obfuscator": "^2.10.3",
"js2flowchart": "^1.3.2",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"merge-options": "^2.0.0",
"mime": "^2.5.0",
"misc-utils-of-mine-typescript": "0.0.12",
"monaco": "^1.201704190613.0",
"monaco-editor": "^0.21.3",
"morgan": "^1.10.0",
"open": "^7.3.1",
"parse-gitignore": "^1.0.1",
"prettier": "^2.2.1",
"serve-favicon": "^2.5.0",
"serve-index": "^1.9.1",
"terser": "^5.5.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0"
}
}