-
Notifications
You must be signed in to change notification settings - Fork 161
/
package.json
26 lines (26 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "onlyoffice",
"description": "ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.",
"version": "9.5.0",
"author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)",
"license": "AGPL-3.0",
"homepage": "https://www.onlyoffice.com",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js"
},
"dependencies": {
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.0.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"raw-loader": "^4.0.2",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1"
}
}