|
1 | 1 | { |
2 | 2 | "name": "firstrunwizard", |
3 | | - "description": "A first run wizard that explains the usage of Nextcloud to new users", |
4 | 3 | "version": "3.0.0", |
5 | | - "author": "Julius Härtl <jus@bitgrid.net>", |
6 | | - "license": "AGPL-3.0-or-later", |
7 | 4 | "private": true, |
| 5 | + "description": "A first run wizard that explains the usage of Nextcloud to new users", |
| 6 | + "license": "AGPL-3.0-or-later", |
| 7 | + "author": "Julius Härtl <jus@bitgrid.net>", |
8 | 8 | "type": "module", |
9 | 9 | "scripts": { |
10 | 10 | "build": "vite --mode production build", |
11 | 11 | "dev": "vite --mode development build", |
12 | | - "watch": "vite --mode development build --watch", |
13 | 12 | "lint": "eslint --ext .js,.vue src", |
14 | 13 | "lint:fix": "eslint --ext .js,.vue src --fix", |
15 | 14 | "stylelint": "stylelint src/**/*.scss src/**/*.vue", |
16 | | - "stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix" |
| 15 | + "stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix", |
| 16 | + "watch": "vite --mode development build --watch" |
17 | 17 | }, |
| 18 | + "browserslist": [ |
| 19 | + "extends @nextcloud/browserslist-config" |
| 20 | + ], |
18 | 21 | "dependencies": { |
19 | 22 | "@mdi/js": "^7.4.47", |
20 | 23 | "@nextcloud/axios": "^2.5.1", |
21 | 24 | "@nextcloud/dialogs": "^5.3.8", |
22 | 25 | "@nextcloud/initial-state": "^2.2.0", |
23 | 26 | "@nextcloud/l10n": "^3.1.0", |
24 | 27 | "@nextcloud/router": "^3.0.1", |
25 | | - "@nextcloud/vue": "^8.16.0", |
| 28 | + "@nextcloud/vue": "^8.29.2", |
26 | 29 | "vue": "^2.7.16", |
27 | 30 | "vue-frag": "^1.4.3" |
28 | 31 | }, |
29 | | - "browserslist": [ |
30 | | - "extends @nextcloud/browserslist-config" |
31 | | - ], |
32 | | - "engines": { |
33 | | - "node": "^20.0.0", |
34 | | - "npm": "^10.0.0" |
35 | | - }, |
36 | 32 | "devDependencies": { |
37 | 33 | "@nextcloud/browserslist-config": "^3.0.1", |
38 | 34 | "@nextcloud/eslint-config": "^8.4.2", |
|
42 | 38 | "@vue/tsconfig": "^0.5.1", |
43 | 39 | "sass": "^1.92.0", |
44 | 40 | "vite": "^7.1.4" |
| 41 | + }, |
| 42 | + "engines": { |
| 43 | + "node": "^20.0.0", |
| 44 | + "npm": "^10.5.1" |
45 | 45 | } |
46 | 46 | } |
0 commit comments