forked from claroline/Distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "claroline-distribution",
"version": "1.0.0",
"description": "Claroline distribution frontend dependencies",
"license": "GPL-3.0",
"repository": "https://github.com/claroline/Distribution",
"dependencies": {
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"codemirror": "^5.34.0",
"core-js": "^3.0.1",
"d3": "^4.4.0",
"html-react-parser": "^0.9.1",
"html2pdf.js": "^0.9.1",
"invariant": "^2.2.4",
"@fortawesome/fontawesome-free": "^5",
"jquery": "2.2.4",
"jsplumb": "^2.2.11",
"lodash": "^4.17.11",
"mathjax": "2.7.4",
"moment": "^2.24.0",
"pdfjs-dist": "1.4.133",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-bootstrap": "^0.31.2",
"react-dnd": "^7.7.0",
"react-dnd-html5-backend": "^7.0.2",
"react-dnd-touch-backend": "^0.5.2",
"react-dom": "^16.7.0",
"react-helmet": "5.2.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"svg4everybody": "^2.1.2",
"swagger-ui-react": "3.23.11",
"tinycolor2": "^1.4.1",
"tinymce": "^4.9.3",
"tinymce-codemirror": "git://github.com/christiaan/tinymce-codemirror.git#20c1bbe708",
"uuid": "^3.3.2",
"video.js": "7.7.4",
"wavesurfer.js": "2.2.1",
"whatwg-fetch": "^2.0.1"
},
"files": [
"package.json"
]
}