16f1ad5731
- better integration of tinymce in bower and gulp - Improve support for html tags in reportlab's motion pdf. - Now paste from word works without problems (That was the main reason of switching to tinymce: The data loss problem with MS Word is still unfixed in CKEditor, see https://dev.ckeditor.com/ticket/13174) - The editor is now used for customslides (text), motions (text, reason) and users (about). - Use mediafile image list for tinymce. - Use own repository for tinymce-i18n: OpenSlides/tinymce-i18n
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "OpenSlides",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepublish": "bower install && gulp --production"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "~1.7.2",
|
|
"es6-promise": "~3.0.2",
|
|
"gulp": "~3.9.0",
|
|
"gulp-angular-gettext": "~2.1.0",
|
|
"gulp-concat": "~2.6.0",
|
|
"gulp-cssnano": "~2.1.0",
|
|
"gulp-if": "~2.0.0",
|
|
"gulp-jshint": "~2.0.0",
|
|
"gulp-rename": "~1.2.2",
|
|
"gulp-uglify": "~1.5.2",
|
|
"main-bower-files": "~2.11.1",
|
|
"po2json": "~0.4.1",
|
|
"sprintf-js": "~1.0.3",
|
|
"through2": "~2.0.0",
|
|
"yargs": "~3.32.0"
|
|
}
|
|
}
|