2015-01-05 15:01:42 +01:00
|
|
|
{
|
2016-09-18 10:51:47 +02:00
|
|
|
"name": "openslides",
|
2015-01-30 11:58:36 +01:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-01-20 11:46:52 +01:00
|
|
|
"bootstrap": "~3.3.7",
|
2016-09-18 00:45:00 +02:00
|
|
|
"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",
|
2016-12-01 18:13:09 +01:00
|
|
|
"angular-ckeditor": "~1.0.3",
|
2016-09-13 11:54:30 +02:00
|
|
|
"angular-file-saver": "~1.1.2",
|
2016-09-18 00:45:00 +02:00
|
|
|
"angular-formly": "~8.4.0",
|
2016-03-21 20:22:57 +01:00
|
|
|
"angular-formly-templates-bootstrap": "~6.2.0",
|
2016-09-18 00:45:00 +02:00
|
|
|
"angular-gettext": "~2.3.7",
|
|
|
|
"angular-messages": "~1.5.8",
|
2018-02-23 13:06:07 +01:00
|
|
|
"angular-pdf": "1.3.0",
|
2016-09-18 00:45:00 +02:00
|
|
|
"angular-sanitize": "~1.5.8",
|
|
|
|
"angular-scroll-glue": "~2.0.7",
|
|
|
|
"angular-ui-router": "~0.3.1",
|
2017-11-07 16:15:23 +01:00
|
|
|
"angular-ui-tree": "https://github.com/FinnStutzenstein/angular-ui-tree.git#94dbaaff6b36f9d7a514843b73c28d2a3684c0c0",
|
2016-12-02 09:38:02 +01:00
|
|
|
"angular-xeditable": "~0.5.0",
|
2017-06-21 13:09:20 +02:00
|
|
|
"angularjs-slider": "~6.2.2",
|
2016-03-21 19:52:06 +01:00
|
|
|
"bootstrap-css-only": "~3.3.6",
|
2016-09-23 14:03:07 +02:00
|
|
|
"bootstrap-ui-datetime-picker": "~2.4.0",
|
2017-08-24 19:16:44 +02:00
|
|
|
"ckeditor": "~4.7.2",
|
2016-09-13 11:54:30 +02:00
|
|
|
"docxtemplater": "~2.1.5",
|
2018-04-22 12:14:28 +02:00
|
|
|
"font-awesome-bower": "~4.7.0",
|
2016-03-21 19:52:06 +01:00
|
|
|
"jquery.cookie": "~1.4.1",
|
2016-09-18 00:45:00 +02:00
|
|
|
"js-data": "~2.9.0",
|
|
|
|
"js-data-angular": "~3.2.1",
|
2017-03-31 14:59:31 +02:00
|
|
|
"jszip": "~3.1.3",
|
2016-09-22 12:34:53 +02:00
|
|
|
"lodash": "~4.16.0",
|
2016-09-18 00:45:00 +02:00
|
|
|
"ng-dialog": "~0.6.4",
|
2016-01-27 17:43:17 +01:00
|
|
|
"ng-file-upload": "~11.2.3",
|
2016-12-05 15:24:43 +01:00
|
|
|
"ngstorage": "~0.3.11",
|
2016-03-21 19:52:06 +01:00
|
|
|
"ngBootbox": "~0.1.3",
|
2016-12-12 16:50:37 +01:00
|
|
|
"papaparse": "~4.1.2",
|
2018-06-21 15:46:59 +02:00
|
|
|
"pdfmake": "0.1.37",
|
2016-12-01 18:13:09 +01:00
|
|
|
"roboto-fontface": "~0.6.0"
|
2016-01-27 15:33:06 +01:00
|
|
|
},
|
2016-02-05 23:27:15 +01:00
|
|
|
"overrides": {
|
2016-12-14 11:50:15 +01:00
|
|
|
"pdfmake": {
|
2017-01-27 13:38:49 +01:00
|
|
|
"main": []
|
2016-08-19 14:10:30 +02:00
|
|
|
},
|
2016-02-05 23:27:15 +01:00
|
|
|
"pdfjs-dist": {
|
|
|
|
"main": "build/pdf.combined.js"
|
2016-02-12 00:15:35 +01:00
|
|
|
},
|
2016-12-07 23:04:35 +01:00
|
|
|
"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"
|
|
|
|
]
|
2016-02-05 23:27:15 +01:00
|
|
|
}
|
|
|
|
},
|
2016-01-27 15:33:06 +01:00
|
|
|
"resolutions": {
|
2016-09-18 00:45:00 +02:00
|
|
|
"angular": ">=1.5 <1.6",
|
2016-09-23 14:03:07 +02:00
|
|
|
"jquery": ">=3.1 <3.2",
|
|
|
|
"angular-bootstrap": "~2.1.3"
|
2015-01-30 11:58:36 +01:00
|
|
|
}
|
2015-01-05 15:01:42 +01:00
|
|
|
}
|