forked from friguzzi/swish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.1 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
{
"dependencies": {
"@popperjs/core": "^2.9.2",
"ace": "^1.3.0",
"bootstrap": "^5.0.2",
"c3": "^0.7.20",
"class-transformer": "^0.4.0",
"codemirror": "^5.62.2",
"commander": "^8.0.0",
"d3": "^7.0.0",
"d3-array": "^3.0.1",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-chord": "^3.0.1",
"d3-collection": "^1.0.7",
"d3-color": "^3.0.1",
"d3-contour": "^3.0.1",
"d3-dispatch": "^3.0.1",
"d3-drag": "^3.0.0",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-format": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-hierarchy": "^3.0.1",
"d3-path": "^3.0.1",
"d3-polygon": "^3.0.1",
"d3-quadtree": "^3.0.1",
"d3-random": "^3.0.1",
"d3-scale": "^4.0.0",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"d3-voronoi": "^1.1.4",
"d3-zoom": "^3.0.0",
"es6-shim": "^0.35.6",
"esserializer": "^1.0.6",
"iconv-lite": "^0.6.3",
"jquery": "^3.6.0",
"jquery.splitter": "^0.28.5",
"js-sha1": "^0.6.0",
"js-xmlify": "^0.0.9",
"jsclass-serializer": "^0.2.5",
"laconic": "^0.2.2",
"lodash": "^4.17.21",
"monaco-editor": "^0.26.1",
"opencollective-postinstall": "^2.0.3",
"prettier": "^2.0.5",
"printthis": "^0.1.5",
"reflect-metadata": "^0.1.13",
"requirejs": "^2.3.6",
"rw": "^1.3.3",
"safer-buffer": "^2.1.2",
"sparkline": "^0.2.0",
"svg-pan-zoom": "^3.6.1",
"tagmanager": "^1.0.0",
"typeahead.js": "^0.11.1",
"typedjson": "^1.7.0",
"underscore.string": "^3.3.5",
"unibeautify-cli": "^0.2.1",
"which": "^2.0.2",
"word-wrap": "^1.2.3",
"wrappy": "^1.0.2",
"xtend": "^4.0.2",
"xterm": "^4.13.0"
},
"engines": {
"yarn": ">= 1.0.0"
},
"devDependencies": {
"@unibeautify/beautifier-js-beautify": "^0.4.0",
"eslint": "^7.4.0",
"js-beautify": "^1.11.0",
"unibeautify": "^0.17.1",
"worker-loader": "^3.0.8"
}
}