2015-01-05 15:01:42 +01:00
|
|
|
{
|
2015-01-30 11:58:36 +01:00
|
|
|
"name": "OpenSlides",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2015-11-03 21:38:53 +01:00
|
|
|
"lodash": "~3.10.0",
|
2016-01-27 17:43:17 +01:00
|
|
|
"jquery": "~2.2.0",
|
2015-01-30 11:58:36 +01:00
|
|
|
"jquery.cookie": "~1.4.1",
|
2016-01-27 17:43:17 +01:00
|
|
|
"bootstrap-css-only": "~3.3.6",
|
|
|
|
"angular": "~1.4.9",
|
|
|
|
"angular-messages": "~1.4.9",
|
|
|
|
"angular-animate": "~1.4.9",
|
|
|
|
"angular-sanitize": "~1.4.9",
|
2015-11-03 21:38:53 +01:00
|
|
|
"angular-bootstrap": "~0.14.3",
|
2016-02-21 22:03:25 +01:00
|
|
|
"angular-bootstrap-colorpicker": "~3.0.24",
|
2015-11-28 19:59:58 +01:00
|
|
|
"angular-csv-import": "~0.0.27",
|
2016-01-27 17:43:17 +01:00
|
|
|
"angular-formly-templates-bootstrap": "~6.2.0",
|
|
|
|
"angular-formly": "~7.3.9",
|
2015-11-03 21:38:53 +01:00
|
|
|
"angular-loading-bar": "~0.8.0",
|
2016-01-27 17:43:17 +01:00
|
|
|
"angular-ui-router": "~0.2.17",
|
2015-11-03 21:38:53 +01:00
|
|
|
"angular-ui-select": "~0.13.1",
|
2015-12-18 22:17:17 +01:00
|
|
|
"angular-ui-tree": "~2.5.0",
|
2016-01-27 17:43:17 +01:00
|
|
|
"angular-gettext": "~2.2.0",
|
2015-11-16 21:10:33 +01:00
|
|
|
"angular-scroll-glue": "~2.0.6",
|
2016-01-27 17:43:17 +01:00
|
|
|
"ngBootbox": "~0.1.3",
|
2015-11-21 20:14:19 +01:00
|
|
|
"ng-dialog": "~0.5.6",
|
2015-01-30 11:58:36 +01:00
|
|
|
"sockjs": "~0.3.4",
|
2016-01-27 17:43:17 +01:00
|
|
|
"font-awesome-bower": "~4.5.0",
|
|
|
|
"js-data": "~2.8.2",
|
2015-11-03 21:38:53 +01:00
|
|
|
"js-data-angular": "~3.1.0",
|
2016-01-27 17:43:17 +01:00
|
|
|
"ng-file-upload": "~11.2.3",
|
2016-02-12 00:15:35 +01:00
|
|
|
"angular-ui-tinymce": "~0.0.13",
|
2016-01-27 22:44:42 +01:00
|
|
|
"angular-pdf": "~1.3.0",
|
2015-11-29 22:25:01 +01:00
|
|
|
"roboto-condensed": "~0.3.0",
|
2016-02-12 00:15:35 +01:00
|
|
|
"open-sans-fontface": "https://github.com/OpenSlides/open-sans.git#1.4.2.post1",
|
|
|
|
"tinymce-i18n": "OpenSlides/tinymce-i18n"
|
2016-01-27 15:33:06 +01:00
|
|
|
},
|
2016-02-05 23:27:15 +01:00
|
|
|
"overrides": {
|
|
|
|
"pdfjs-dist": {
|
|
|
|
"main": "build/pdf.combined.js"
|
2016-02-12 00:15:35 +01:00
|
|
|
},
|
|
|
|
"tinymce-dist": {
|
|
|
|
"main": [
|
|
|
|
"tinymce.js",
|
|
|
|
"themes/modern/theme.js",
|
|
|
|
"plugins/*/plugin.js"
|
|
|
|
]
|
2016-02-05 23:27:15 +01:00
|
|
|
}
|
|
|
|
},
|
2016-01-27 15:33:06 +01:00
|
|
|
"resolutions": {
|
2016-01-27 09:09:49 +01:00
|
|
|
"angular": ">=1.4.9 <1.5"
|
2015-01-30 11:58:36 +01:00
|
|
|
}
|
2015-01-05 15:01:42 +01:00
|
|
|
}
|