2015-03-09 05:16:17 -05:00
|
|
|
{
|
2021-11-03 08:46:34 -05:00
|
|
|
"name": "cool",
|
2015-03-09 05:16:17 -05:00
|
|
|
"version": "0.8.0-dev",
|
2020-10-05 07:04:19 -05:00
|
|
|
"description": "Collabora Online front-end",
|
2015-03-09 05:16:17 -05:00
|
|
|
"devDependencies": {
|
2023-04-01 03:32:34 -05:00
|
|
|
"@braintree/sanitize-url": "6.0.2",
|
2021-04-07 00:57:21 -05:00
|
|
|
"@types/mocha": "8.2.0",
|
|
|
|
"@types/node": "14.14.25",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
|
|
"@typescript-eslint/parser": "^4.21.0",
|
2020-05-29 14:52:50 -05:00
|
|
|
"autolinker": "3.14.1",
|
2020-05-30 10:20:25 -05:00
|
|
|
"browserify": "16.5.1",
|
2020-05-30 01:36:23 -05:00
|
|
|
"browserify-css": "0.15.0",
|
2022-12-17 11:30:12 -06:00
|
|
|
"canvas": "^2.6.1",
|
2023-08-01 06:58:09 -05:00
|
|
|
"d3": "6.7.0",
|
2021-04-02 16:12:31 -05:00
|
|
|
"eslint": "7.0.0",
|
2023-07-05 09:34:09 -05:00
|
|
|
"fzstd": "0.1.0",
|
2018-11-22 11:37:53 -06:00
|
|
|
"hammerjs": "2.0.8",
|
2020-06-10 05:16:31 -05:00
|
|
|
"jquery": "3.5.1",
|
2020-06-01 06:13:24 -05:00
|
|
|
"jquery-contextmenu": "2.9.2",
|
2020-06-01 06:47:30 -05:00
|
|
|
"jquery-mousewheel": "3.1.13",
|
2023-02-28 01:49:40 -06:00
|
|
|
"jquery-ui": "1.13.2",
|
2023-10-20 17:07:47 -05:00
|
|
|
"jscpd": "3.5.10",
|
2016-08-02 14:52:23 -05:00
|
|
|
"l10n-for-node": "0.0.1",
|
2021-02-11 06:27:33 -06:00
|
|
|
"mocha": "8.2.1",
|
2022-12-17 11:30:12 -06:00
|
|
|
"pako": "2.0.4",
|
2020-06-01 02:27:28 -05:00
|
|
|
"select2": "4.0.13",
|
2019-03-28 02:43:27 -05:00
|
|
|
"shrinkpack": "1.0.0-alpha",
|
2016-08-02 14:52:23 -05:00
|
|
|
"smartmenus": "1.0.0",
|
2020-12-03 07:10:19 -06:00
|
|
|
"stylelint": "13.7.0",
|
2021-04-07 06:17:23 -05:00
|
|
|
"typescript": "4.2.3",
|
2020-06-01 03:21:23 -05:00
|
|
|
"uglify-js": "3.9.4",
|
2020-06-01 03:47:12 -05:00
|
|
|
"uglifycss": "0.0.29",
|
2023-03-24 10:52:30 -05:00
|
|
|
"uglifyify": "5.0.2"
|
2015-03-09 05:16:17 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-10-05 07:04:19 -05:00
|
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
2015-03-09 05:16:17 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-08-09 09:53:24 -05:00
|
|
|
"office",
|
|
|
|
"libreoffice",
|
2021-11-15 10:26:31 -06:00
|
|
|
"cool",
|
2020-10-05 07:04:19 -05:00
|
|
|
"collabora"
|
2015-03-09 05:16:17 -05:00
|
|
|
],
|
2021-01-05 12:52:13 -06:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
2022-03-28 15:58:44 -05:00
|
|
|
"jsdom": "^16.4.0",
|
|
|
|
"tmp": "^0.2.1"
|
2021-02-11 06:27:33 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-24 07:24:42 -05:00
|
|
|
"test": "mocha 'mocha_tests/**/*.js'",
|
2023-09-04 02:57:09 -05:00
|
|
|
"test-single": "mocha",
|
2023-09-06 01:45:54 -05:00
|
|
|
"duplication": "jscpd ./src/ --exitCode 1 --min-lines 18"
|
2021-01-05 12:52:13 -06:00
|
|
|
}
|
2015-03-09 05:16:17 -05:00
|
|
|
}
|