-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.84 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
{
"name": "designspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Devin Lange",
"license": "ISC",
"devDependencies": {
"@types/bootstrap": "^5.1.9",
"@types/d3": "^5.7.2",
"@types/react": "^16.14.23",
"@types/react-dom": "^16.9.14",
"@types/vega": "^3.2.0",
"@visdesignlab/trrack": "^2.0.0-alpha.5",
"@visdesignlab/trrack-vis": "^2.0.0-alpha.5",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"tsify": "^4.0.1",
"typescript": "^4.5.4",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"dependencies": {
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.7",
"d3": "^5.12.0",
"exceljs": "^4.3.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"jquery": "^3.6.0",
"lineupjs": "^4.6.0",
"lodash": "^4.17.21",
"plotly.js-dist-min": "^2.8.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-highlight-words": "^0.17.0",
"react-plotly.js": "^2.5.1",
"react-resize-detector": "^7.0.0",
"react-select": "^4.3.1",
"react-sortable-hoc": "^2.0.0",
"react-split": "^2.0.14",
"react-table": "^7.7.0",
"sass": "^1.49.0",
"select2": "^4.1.0-rc.0",
"use-deep-compare-effect": "^1.8.1",
"vega": "^5.17.0",
"vega-embed": "^6.12.2",
"vega-lite": "^4.17.0"
}
}