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