-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
75 lines (75 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
{
"name": "claroline-app",
"version": "1.0.0",
"description": "Claroline distribution frontend dependencies",
"license": "AGPL-3.0",
"repository": "https://github.com/claroline/Claroline",
"engines": {
"node": ">=18",
"npm": ">=8"
},
"scripts": {
"themes": "node src/main/core/Resources/server/themes/bin build",
"webpack": "webpack --config=webpack.config.prod.js --progress --bail",
"webpack:dev": "webpack-dev-server --config=webpack.config.dev.js"
},
"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": "^6",
"assets-webpack-plugin": "3.9.7",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.0.0",
"bootstrap": "^5.3.0",
"classnames": "^2.3.2",
"core-js": "^3.31.0",
"cssnano": "^6.0.1",
"d3": "^7.8.5",
"flag-icons": "^7.1",
"html-react-parser": "^0.9.1",
"invariant": "^2.2.4",
"jquery": "2.2.4",
"jsplumb": "^2.2.11",
"lodash": "^4.17.21",
"mathjax": "2.7.4",
"moment": "^2.24.0",
"pdfjs-dist": "^3.8.162",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"react": "^18.0",
"react-bootstrap": "^2.7",
"react-dnd": "^7.7.0",
"react-dnd-html5-backend": "^7.0.2",
"react-dnd-touch-backend": "^0.5.2",
"react-dom": "^18.0",
"react-helmet": "^6.1.0",
"react-redux": "^9.1",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.1.8",
"sass": "^1.62.1",
"swagger-ui-react": "^5.1.0",
"tinycolor2": "^1.6.0",
"tinymce": "^6.7",
"@tinymce/tinymce-react": "^4.2",
"uuid": "^9.0.0",
"video.js": "^8.3.0",
"wavesurfer.js": "2.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"files": [
"package.json"
],
"devDependencies": {
"circular-dependency-plugin": "^5.2.2",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"redux-freeze": "^0.1.7",
"webpack-dev-server": "^4.11.1"
},
"browserslist": ["last 2 versions"]
}