-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 801 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 801 Bytes
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": "integration_basecamp",
"version": "0.3.1",
"description": "Basecamp integration for Nextcloud",
"type": "module",
"scripts": {
"build": "NODE_ENV=production vite --mode production build",
"dev": "NODE_ENV=development vite --mode development build",
"watch": "NODE_ENV=development vite --mode development build --watch"
},
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.2.0",
"@nextcloud/password-confirmation": "^6.0.3",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.2.0",
"vue": "^3.5.24",
"vue-material-design-icons": "^5.3.1"
},
"devDependencies": {
"@nextcloud/vite-config": "^2.5.2"
}
}