|
30 | 30 | "dist" |
31 | 31 | ], |
32 | 32 | "scripts": { |
33 | | - "prepare": "husky && pnpm nuxt-module-build prepare && pnpm build:only && cd playground && pnpm i --ignore-scripts --ignore-workspace", |
| 33 | + "prepare": "husky && pnpm dev:prepare", |
34 | 34 | "build": "nuxt-module-build prepare && nuxt-module-build build && nuxi build playground", |
35 | 35 | "build:only": "nuxt-module-build build", |
36 | 36 | "dev": "nuxi dev playground", |
|
41 | 41 | "test:watch": "vitest watch" |
42 | 42 | }, |
43 | 43 | "peerDependencies": { |
44 | | - "@capacitor/android": "^7.4.3", |
45 | | - "@capacitor/app": "^7.1.0", |
46 | | - "@capacitor/core": "^7.4.3" |
| 44 | + "@capacitor/android": "catalog:", |
| 45 | + "@capacitor/app": "catalog:", |
| 46 | + "@capacitor/core": "catalog:" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | | - "@alanscodelog/utils": "^6.0.2", |
50 | | - "@capacitor/android": "^7.4.3", |
51 | | - "@capacitor/app": "^7.1.0", |
52 | | - "@capacitor/core": "^7.4.3", |
53 | | - "@nuxt/kit": "^4.1.2", |
54 | | - "@witchcraft/nuxt-utils": "^0.3.3", |
55 | | - "defu": "^6.1.4" |
| 49 | + "@alanscodelog/utils": "catalog:", |
| 50 | + "@capacitor/android": "catalog:", |
| 51 | + "@capacitor/app": "catalog:", |
| 52 | + "@capacitor/core": "catalog:", |
| 53 | + "@nuxt/kit": "catalog:", |
| 54 | + "@witchcraft/nuxt-utils": "catalog:", |
| 55 | + "defu": "catalog:" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@alanscodelog/eslint-config": "^6.3.1", |
59 | | - "@alanscodelog/semantic-release-config": "^5.0.4", |
60 | | - "@alanscodelog/tsconfigs": "^6.2.0", |
61 | | - "@capacitor/cli": "^7.4.3", |
62 | | - "@nuxt/eslint-config": "^1.9.0", |
63 | | - "@nuxt/module-builder": "^1.0.2", |
64 | | - "@nuxt/schema": "^4.1.2", |
65 | | - "@nuxt/test-utils": "^3.19.2", |
| 58 | + "@alanscodelog/eslint-config": "catalog:", |
| 59 | + "@alanscodelog/semantic-release-config": "catalog:", |
| 60 | + "@alanscodelog/tsconfigs": "catalog:", |
| 61 | + "@capacitor/cli": "catalog:", |
| 62 | + "@nuxt/eslint-config": "catalog:", |
| 63 | + "@nuxt/module-builder": "catalog:", |
| 64 | + "@nuxt/schema": "catalog:", |
| 65 | + "@nuxt/test-utils": "catalog:", |
66 | 66 | "@types/node": "latest", |
67 | | - "changelogen": "^0.6.2", |
68 | | - "eslint": "^9.37.0", |
69 | | - "husky": "^9.1.7", |
70 | | - "nuxt": "^4.1.2", |
71 | | - "typescript": "^5.9.3", |
72 | | - "vitest": "^3.2.4", |
73 | | - "vue-tsc": "^3.1.0" |
| 67 | + "changelogen": "catalog:", |
| 68 | + "eslint": "catalog:", |
| 69 | + "husky": "catalog:", |
| 70 | + "nuxt": "catalog:", |
| 71 | + "typescript": "catalog:", |
| 72 | + "vitest": "catalog:", |
| 73 | + "vue-tsc": "catalog:" |
74 | 74 | }, |
75 | 75 | "release": { |
76 | 76 | "extends": [ |
|
0 commit comments