fb7b265826
- Only install needed font files for Roboto and Roboto Condensed which strongly reduced the directory size of 'static/font'. - Make it easier to adjust custom font by using global css font definition in app.css and projector.css. - Remove Open Sans font.
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "openslides",
|
|
"private": true,
|
|
"dependencies": {
|
|
"jquery": "~3.1.0",
|
|
"angular": "~1.5.8",
|
|
"angular-animate": "~1.5.8",
|
|
"angular-bootstrap": "~2.1.3",
|
|
"angular-bootstrap-colorpicker": "~3.0.25",
|
|
"angular-chosen-localytics": "~1.5.0",
|
|
"angular-csv-import": "0.0.36",
|
|
"angular-file-saver": "~1.1.2",
|
|
"angular-formly": "~8.4.0",
|
|
"angular-formly-templates-bootstrap": "~6.2.0",
|
|
"angular-gettext": "~2.3.7",
|
|
"angular-loading-bar": "~0.9.0",
|
|
"angular-messages": "~1.5.8",
|
|
"angular-pdf": "~1.3.0",
|
|
"angular-sanitize": "~1.5.8",
|
|
"angular-scroll-glue": "~2.0.7",
|
|
"angular-ui-router": "~0.3.1",
|
|
"angular-ui-tinymce": "~0.0.17",
|
|
"angular-ui-tree": "~2.22.0",
|
|
"angular-xeditable": "~0.5.0",
|
|
"bootstrap-css-only": "~3.3.6",
|
|
"bootstrap-ui-datetime-picker": "~2.4.0",
|
|
"docxtemplater": "~2.1.5",
|
|
"font-awesome-bower": "~4.5.0",
|
|
"jquery.cookie": "~1.4.1",
|
|
"js-data": "~2.9.0",
|
|
"js-data-angular": "~3.2.1",
|
|
"lodash": "~4.16.0",
|
|
"ng-dialog": "~0.6.4",
|
|
"ng-file-upload": "~11.2.3",
|
|
"ngstorage": "~0.3.11",
|
|
"ngBootbox": "~0.1.3",
|
|
"pdfmake-dist": "~0.1.27",
|
|
"roboto-fontface": "~0.6.0",
|
|
"tinymce": "~4.4.3",
|
|
"tinymce-i18n": "OpenSlides/tinymce-i18n#a186ad61e0aa30fdf657e88f405f966d790f0805"
|
|
},
|
|
"overrides": {
|
|
"pdfmake-dist": {
|
|
"main": [
|
|
"build/pdfmake.min.js",
|
|
"build/vfs_fonts.js"
|
|
]
|
|
},
|
|
"pdfjs-dist": {
|
|
"main": "build/pdf.combined.js"
|
|
},
|
|
"roboto-fontface": {
|
|
"main": [
|
|
"fonts/Roboto/Roboto-Regular.woff",
|
|
"fonts/Roboto/Roboto-Medium.woff",
|
|
"fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff",
|
|
"fonts/Roboto-Condensed/Roboto-Condensed-Light.woff"
|
|
]
|
|
},
|
|
"tinymce": {
|
|
"main": [
|
|
"tinymce.js",
|
|
"themes/modern/theme.js",
|
|
"plugins/*/plugin.js"
|
|
]
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"angular": ">=1.5 <1.6",
|
|
"jquery": ">=3.1 <3.2",
|
|
"angular-bootstrap": "~2.1.3"
|
|
}
|
|
}
|