-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "nextcloudapptemplate",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"engines": {
"node": "^22.19.0",
"pnpm": "^10.17.0"
},
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"lint": "eslint src",
"format": "eslint --fix src && prettier --write {vite.config.ts,src/,README.md}",
"prepare": "lefthook install",
"gen": "simple-scaffold -c . -k",
"test": "vitest",
"test:run": "vitest run"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/axios": "^2.5.2",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/router": "^3.1.0",
"@nextcloud/vite-config": "^2.5.2",
"@nextcloud/vue": "^9.6.0",
"date-fns": "^4.1.0",
"linkifyjs": "^4.3.2",
"rrule": "^2.8.1",
"vue": "^3.5.32",
"vue-material-design-icons": "^5.3.1"
},
"pnpm": {
"onlyBuiltDependencies": ["lefthook"]
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.2.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.0",
"happy-dom": "^20.8.9",
"lefthook": "^1.12.5",
"prettier": "^3.8.1",
"rollup-plugin-visualizer": "^7.0.1",
"sass": "^1.99.0",
"sass-embedded": "^1.99.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3",
"vite-plugin-checker": "^0.12.0",
"vitest": "^4.1.2",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6"
}
}