forked from chamilo/chamilo-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.29 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
{
"name": "chamilo",
"version": "2.0.0",
"description": "E-learning and collaboration software",
"license": "GPL-3.0",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@fancyapps/fancybox": "^3.5.7",
"@tinymce/tinymce-vue": "^3.2.2",
"@vue/cli": "^4.4.5",
"apollo-boost": "^0.4",
"axios": "^0.19.2",
"babel": "^6.23.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"blueimp-file-upload": "^10.0",
"bootstrap-daterangepicker": "^3.0",
"bootstrap-select": "^1.13.17",
"chart.js": "^2.9.3",
"chosen-js": "^1.8.7",
"ckeditor": "^4.0.0",
"core-js": "^3.0",
"cropper": "^4.0",
"datepair.js": "^0.4.16",
"dotenv": "^8.2.0",
"dropzone": "^5.5.1",
"easy-pie-chart": "^2.1.7",
"eonasdan-bootstrap-datetimepicker": "^4.17",
"flag-icon-css": "^3.0",
"fs": "0.0.1-security",
"fullcalendar": "^3.0",
"graphql": "^15.0.0",
"highlight.js": "^9.0",
"hljs": "^6.2",
"image-map-resizer": "^1.0.10",
"jquery-contextmenu": "^2.9.0",
"jquery-ui": "^1.12.1",
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.scrollbar": "^0.2.11",
"js-cookie": "^2.2.0",
"jsplumb": "^2.12",
"linkifyjs": "^2.1",
"lodash": "^4.17.16",
"mathjax": "^2.7",
"mediaelement": "^4.2",
"mediaelement-plugins": "https://github.com/chamilo/mediaelement-plugins",
"moment": "^2.25.3",
"multiselect-two-sides": "^2.5.5",
"mxgraph": "^4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pace-js-amd-fix": "^1.0.5",
"perfect-scrollbar": "^1.4",
"portal-vue": "^2.1.7",
"pretty-checkbox": "^3.0.3",
"pwstrength-bootstrap": "^3.0.5",
"qtip2": "^3.0.3",
"readmore-js": "^2.2.1",
"router": "^1.3.5",
"select2": "^4.0",
"sweetalert2": "^9.5",
"textcomplete": "^0.18.1",
"timeago": "^1.6.7",
"timepicker": "^1.11.14",
"tinymce": "^5.3.2",
"video.js": "^7.6.6",
"vue": "^2.6",
"vue-apollo": "^3.0.3",
"vue-i18n": "^8.17.4",
"vue-loader": "^15.7.0",
"vue-moment": "^4.1.0",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.10",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.27",
"vuex": "^3.3.0",
"vuex-map-fields": "^1.4.0",
"vuex-persistedstate": "^3.0.1",
"webcamjs": "^1.0",
"webpack-jquery-ui": "^2.0.1",
"xcolor": "https://github.com/infusion/jQuery-xcolor"
},
"devDependencies": {
"@coreui/coreui": "^2.1.7",
"@fortawesome/fontawesome-free": "^5.11",
"@symfony/webpack-encore": "~0.30",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5.0",
"copy-webpack-plugin": "^5.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^5.0.0",
"filemanager-webpack-plugin": "^2.0.5",
"free-jqgrid": "https://github.com/chamilo/jqGrid.git#bs4",
"jquery": "^3.5",
"node-sass": "^4.9",
"popper.js": "^1.14.7",
"sass": "^1.26.5",
"sass-loader": "^8.0",
"webpack-notifier": "^1.6.0"
}
}