forked from claroline/Claroline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.48 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
{
"name": "claroline-app",
"version": "1.0.0",
"description": "Claroline distribution frontend dependencies",
"license": "GPL-3.0",
"repository": "https://github.com/claroline/Claroline",
"engines": {
"node": ">=10",
"npm": ">=6,<7"
},
"scripts": {
"themes": "node src/main/core/Resources/server/themes/bin build",
"webpack": "node_modules/.bin/webpack --config=webpack.config.prod.js --progress --bail",
"webpack:dev": "node_modules/.bin/webpack-dev-server --config=webpack.config.dev.js --color --port 8080 --disable-host-check"
},
"dependencies": {
"@babel/core": "^7.4.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@fortawesome/fontawesome-free": "^5",
"ace-builds": "^1.4.12",
"assets-webpack-plugin": "3.9.7",
"autoprefixer": "^8.5.0",
"babel-loader": "^8.0.0",
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"codemirror": "^5.34.0",
"core-js": "^3.0.1",
"cssnano": "^4.1",
"d3": "^4.4.0",
"html-react-parser": "^0.9.1",
"html2pdf.js": "^0.9.1",
"invariant": "^2.2.4",
"jquery": "2.2.4",
"jsplumb": "^2.2.11",
"less": "3.0.4",
"lodash": "^4.17.21",
"mathjax": "2.7.4",
"moment": "^2.24.0",
"mustache": "github:NPavie/mustache.js",
"pdfjs-dist": "^2.12",
"postcss-cli": "^2.5.0",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-accessible-treeview": "^2.1.3",
"react-ace": "^9.3.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",
"shelljs": "^0.5.3",
"svg4everybody": "^2.1.2",
"swagger-ui-react": "3.51.2",
"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",
"webpack": "^4.43.0",
"webpack-cli": "^3.0.0",
"whatwg-fetch": "^2.0.1",
"redux-freeze": "^0.1.7"
},
"files": [
"package.json"
],
"devDependencies": {
"circular-dependency-plugin": "^4",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"webpack-dev-server": "^3.1.14",
"webpack-notifier": "^1.6.0"
}
}