|
1 | 1 | { |
2 | 2 | "name": "logreader", |
| 3 | + "version": "6.0.0-dev.0", |
3 | 4 | "type": "module", |
4 | 5 | "scripts": { |
5 | 6 | "build": "vite --mode production build", |
6 | 7 | "dev": "vite --mode development build", |
7 | 8 | "dev:watch": "vite --mode development build --watch", |
8 | | - "lint": "eslint src *.ts", |
9 | | - "lint:fix": "eslint --fix src *.ts", |
| 9 | + "lint": "eslint", |
| 10 | + "lint:fix": "eslint --fix", |
10 | 11 | "test": "TZ='Etc/GMT+1' vitest run", |
11 | | - "test:watch": "TZ='Etc/GMT+1' vitest watch", |
12 | | - "test:coverage": "TZ='Etc/GMT+1' vitest run --coverage" |
13 | | - }, |
14 | | - "devDependencies": { |
15 | | - "@nextcloud/browserslist-config": "^3.1.2", |
16 | | - "@nextcloud/eslint-config": "^9.0.0-rc.5", |
17 | | - "@nextcloud/vite-config": "^2.5.2", |
18 | | - "@pinia/testing": "^1.0.3", |
19 | | - "@vitest/coverage-istanbul": "^4.0.13", |
20 | | - "@vue/test-utils": "^2.4.6", |
21 | | - "@vue/tsconfig": "^0.8.1", |
22 | | - "browserslist": "^4.28.0", |
23 | | - "happy-dom": "^20.0.10", |
24 | | - "typescript": "^5.9.3", |
25 | | - "vite": "^7.2.4", |
26 | | - "vitest": "^4.0.13" |
27 | | - }, |
28 | | - "engines": { |
29 | | - "node": "^24.0.0", |
30 | | - "npm": "^11.3.0" |
| 12 | + "test:coverage": "TZ='Etc/GMT+1' vitest run --coverage", |
| 13 | + "test:watch": "TZ='Etc/GMT+1' vitest watch" |
31 | 14 | }, |
| 15 | + "browserslist": [ |
| 16 | + "extends @nextcloud/browserslist-config" |
| 17 | + ], |
32 | 18 | "dependencies": { |
33 | 19 | "@highlightjs/vue-plugin": "^2.1.0", |
34 | 20 | "@mdi/svg": "^7.4.47", |
|
46 | 32 | "vue": "^3.5.24", |
47 | 33 | "vue-material-design-icons": "^5.3.1" |
48 | 34 | }, |
49 | | - "browserslist": [ |
50 | | - "extends @nextcloud/browserslist-config" |
51 | | - ], |
52 | | - "version": "6.0.0-dev.0" |
| 35 | + "devDependencies": { |
| 36 | + "@nextcloud/browserslist-config": "^3.1.2", |
| 37 | + "@nextcloud/eslint-config": "^9.0.0-rc.5", |
| 38 | + "@nextcloud/vite-config": "^2.5.2", |
| 39 | + "@pinia/testing": "^1.0.3", |
| 40 | + "@vitest/coverage-istanbul": "^4.0.13", |
| 41 | + "@vue/test-utils": "^2.4.6", |
| 42 | + "@vue/tsconfig": "^0.8.1", |
| 43 | + "browserslist": "^4.28.0", |
| 44 | + "happy-dom": "^20.0.10", |
| 45 | + "typescript": "^5.9.3", |
| 46 | + "vite": "^7.2.4", |
| 47 | + "vitest": "^4.0.13" |
| 48 | + }, |
| 49 | + "engines": { |
| 50 | + "node": "^24.0.0", |
| 51 | + "npm": "^11.3.0" |
| 52 | + } |
53 | 53 | } |
0 commit comments