Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/package.json

22 lines
510 B

{
"devDependencies": {
"@symfony/webpack-encore": "^0.17.1",
"babel-preset-react": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"webpack": "^3.0.0"
},
"dependencies": {
"chosen-js": "^1.7.0",
"font-awesome": "^4.7",
"font-awesome-webpack": "^0.0.5-beta.2",
"highlight.js": "^9.12.0",
"jquery": "^3.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"moment": "^2.18.1",
"webpack-jquery-ui": "^1.0.0"
}
}