8497f11e3e
Refactored code as typescript. Implemented support for: - handling of slidelayer messages according to the group they belong to - initial caching (store and retrieve layer info and content) - exploiting slide and layer info for extracting the correct content to render a slide. - draw to a 2d canvas - in case of solid color background, the background is drawn by the client Signed-off-by: Marco Cecchetti <marco.cecchetti@collabora.com> Change-Id: Idb68c58ed50ddd42f9d176241f45040ed0da0fd8
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "cool",
|
|
"version": "0.8.0-dev",
|
|
"description": "Collabora Online front-end",
|
|
"devDependencies": {
|
|
"@braintree/sanitize-url": "6.0.2",
|
|
"@types/jquery": "^3.5.29",
|
|
"@types/jquery.contextmenu": "^1.7.38",
|
|
"@types/jqueryui": "^1.12.21",
|
|
"@types/mocha": "8.2.0",
|
|
"@types/node": "14.14.25",
|
|
"@types/w2ui": "^1.4.37",
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
"@typescript-eslint/parser": "^4.21.0",
|
|
"@types/offscreencanvas": "^2019.7.3",
|
|
"autolinker": "3.14.1",
|
|
"browserify": "16.5.1",
|
|
"browserify-css": "0.15.0",
|
|
"canvas": "^2.6.1",
|
|
"d3": "6.7.0",
|
|
"eslint": "7.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"fzstd": "0.1.0",
|
|
"hammerjs": "2.0.8",
|
|
"jquery": "3.5.1",
|
|
"jquery-contextmenu": "2.9.2",
|
|
"jquery-mousewheel": "3.1.13",
|
|
"jquery-ui": "1.13.2",
|
|
"jscpd": "3.5.10",
|
|
"l10n-for-node": "0.0.1",
|
|
"mocha": "8.2.1",
|
|
"prettier": "^3.1.1",
|
|
"select2": "4.0.13",
|
|
"shrinkpack": "1.0.0-alpha",
|
|
"smartmenus": "1.0.0",
|
|
"stylelint": "13.7.0",
|
|
"typescript": "4.4.2",
|
|
"uglify-js": "3.17.4",
|
|
"uglifycss": "0.0.29",
|
|
"uglifyify": "5.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
|
},
|
|
"keywords": [
|
|
"office",
|
|
"libreoffice",
|
|
"cool",
|
|
"collabora"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"jsdom": "^16.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha 'mocha_tests/**/*.js'",
|
|
"test-single": "mocha",
|
|
"duplication": "jscpd ./src/ --exitCode 1 --min-lines 18"
|
|
}
|
|
}
|