-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
124 lines (124 loc) · 3.55 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@geppettoengine/geppetto-client",
"version": "2.3.0",
"description": "Geppetto web frontend. Geppetto is an open-source platform to build web-based tools to visualize and simulate neuroscience data and models.",
"repository": "http://git.geppetto.org",
"license": "MIT",
"scripts": {
"lint-fix": "eslint . --fix",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@date-io/core": "1.3.6",
"@material-ui/core": "^4.1.3",
"@material-ui/pickers": "^3.1.2",
"anchorme": "^0.7.1",
"babel-jest": "^24.9.0",
"babel-polyfill": "^6.26.0",
"backbone": "^1.3.3",
"backbone-associations": "^0.6.2",
"backbone.localstorage": "^1.1.16",
"bloodhound-js": "^1.2.3",
"bootstrap": "^3.3.7",
"classnames": "latest",
"codemirror": "^5.42.0",
"create-react-class": "^15.6.3",
"d3": "^5.16.0",
"d3-plugins-dist": "^3.2.0",
"dat.gui": "^0.7.6",
"date-fns": "^2.0.0-alpha.16",
"detector-webgl": "^2.0.0",
"express": "^4.16.4",
"express-ws": "^2.0.0",
"file-loader": "^2.0.0",
"file-saver": "^1.3.3",
"google-maps": "^3.2.1",
"griddle-0.6-fork": "https://github.com/rodriguez-facundo/griddle.git",
"griddle-react": "^1.13.1",
"handlebars": "^4.0.5",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.4.0",
"jquery-ui-bundle": "^1.12.1",
"js-cookie": "^2.1.3",
"jszip": "^3.2.1",
"less": "^3.9.0",
"lg-fullscreen": "^1.0.1",
"lg-pager": "^1.0.2",
"lg-thumbnail": "^1.1.0",
"lg-video": "^1.1.0",
"lightgallery": "^1.6.0",
"mathjs": "^3.5.3",
"openseadragon": "^2.2.1",
"pako": "^1.0.3",
"pixi.js": "^4.2.3",
"plotly.js": "^1.42.5",
"prop-types": "latest",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dnd": "^7.7.0",
"react-dnd-html5-backend": "^7.0.2",
"react-dom": "^16.8.6",
"react-dom-factories": "^1.0.2",
"react-dropzone": "^8.0.3",
"react-fontawesome": "^1.6.1",
"react-force-graph-2d": "^1.12.1",
"react-force-graph-3d": "^1.12.1",
"react-jsonschema-form": "^1.0.6",
"react-lazy-load": "^3.0.13",
"react-modal": "^3.8.1",
"react-overlays": "^0.8.0",
"react-player": "^0.18.0",
"react-plotly.js": "^2.3.0",
"react-rnd": "^7.3.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.0",
"react-slick": "^0.23.2",
"react-sortable-tree": "^2.6.2",
"react-tabtab": "^2.0.0",
"remarkable": "^1.7.3",
"slick-carousel": "^1.6.0",
"stats.js": "^0.17.0",
"styled-components": "^4.3.2",
"text": "^0.1.0",
"three": "^0.87.0",
"three-render-objects": "1.13.3",
"typeahead.js": "^0.11.1",
"typeface-roboto": "^0.0.54",
"underscore": "~1.9.1",
"url-join": "^4.0.0",
"velocity.java": "^1.3.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^6.0.1",
"jest": "^24.9.0"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"exclude": [
"node_modules"
]
}
},
"_removed_packages": {
"aws-sdk": "^2.362.0",
"image-webpack-loader": "^2.0.0",
"jquery.cookie": "^1.4.1",
"jsx": "^0.9.89",
"lg-autoplay": "^1.0.4",
"lg-zoom": "^1.1.0",
"lodash.clone": "^4.5.0",
"react-autosuggest": "^9.3.2",
"react-collapsible": "^2.3.1",
"three-loaders-collada": "^1.0.1",
"@material-ui/icons": "^3.0.1",
"react-event-listener": "^0.6.4",
"recompose": "^0.30.0",
"react-select": "^2.1.2",
"eslint-plugin-react": "^7.12.0"
}
}