-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
42
43
44
45
46
{
"name": "bookshelfs",
"author": "Kars van Velzen",
"version": "0.1.1",
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^24.13.0",
"npm": "^11.6.2"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"watch": "vite --mode development build --watch",
"lint": "eslint",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
},
"type": "module",
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/axios": "^2.5.2",
"@nextcloud/dialogs": "^7.1.0",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.4.0",
"vue": "^3.5.27",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^9.0.0-rc.7",
"@nextcloud/event-bus": "^3.3.2",
"@nextcloud/stylelint-config": "^3.2.0",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.2",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-stylelint": "^6.0.4"
}
}