forked from ACTom/files_mindmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "files_mindmap",
"version": "0.0.40",
"description": "A Mind map editor",
"author": "Jingtao Yan",
"license": "AGPL-3.0-or-later",
"type": "module",
"bugs": {
"url": "https://github.com/ACTom/files_mindmap/issues"
},
"homepage": "https://github.com/ACTom/files_mindmap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ACTom/files_mindmap.git"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"scripts": {
"build": "vite --mode production build",
"dev": "vite --mode development build",
"watch": "vite --mode development build --watch"
},
"dependencies": {
"@mdi/svg": "^7.3.67",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0",
"jszip": "^3.10.1"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^v8.3.0",
"@nextcloud/vite-config": "^1.0.1",
"vite-plugin-static-copy": "^0.17.1"
}
}