|
1 | 1 | {
|
2 | 2 | "name": "nuxt-component-meta",
|
3 |
| - "version": "0.2.3", |
| 3 | + "version": "0.3.2", |
4 | 4 | "license": "MIT",
|
5 | 5 | "type": "module",
|
6 | 6 | "exports": {
|
|
19 | 19 | "dev": "nuxi dev playground",
|
20 | 20 | "dev:build": "nuxi build playground",
|
21 | 21 | "dev:generate": "nuxi generate playground",
|
22 |
| - "dev:prepare": "nuxt-module-build --stub && yarn install --cwd ./playground && nuxi prepare playground", |
| 22 | + "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", |
23 | 23 | "lint": "eslint --ext .js,.ts,.vue .",
|
24 | 24 | "test": "vitest",
|
25 |
| - "release": "yarn test && standard-version && git push --follow-tags && npm publish" |
| 25 | + "release": "pnpm test && standard-version && git push --follow-tags && npm publish" |
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "@nuxt/kit": "^3.0.0-rc.10", |
| 28 | + "@nuxt/kit": "^3.0.0-rc.12", |
29 | 29 | "scule": "^0.3.2",
|
30 |
| - "vue-component-meta": "^0.40.13" |
| 30 | + "vue-component-meta": "^1.0.8" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@iconify/vue": "^4.0.0",
|
| 34 | + "@nuxt/content": "^2.1.1", |
34 | 35 | "@nuxt/module-builder": "latest",
|
35 |
| - "@nuxt/test-utils": "^3.0.0-rc.10", |
| 36 | + "@nuxt/test-utils": "^3.0.0-rc.12", |
36 | 37 | "@nuxtjs/eslint-config-typescript": "latest",
|
37 |
| - "@nuxt/content": "npm:@nuxt/content-edge@latest", |
38 | 38 | "eslint": "latest",
|
39 |
| - "nuxt": "^3.0.0-rc.10", |
| 39 | + "nuxt": "^3.0.0-rc.12", |
40 | 40 | "standard-version": "^9.5.0",
|
41 |
| - "vitest": "^0.23.4" |
| 41 | + "typescript": "^4.8.4", |
| 42 | + "vitest": "^0.24.3", |
| 43 | + "vue": "^3.2.41" |
| 44 | + }, |
| 45 | + "build": { |
| 46 | + "externals": [ |
| 47 | + "#nuxt-component-meta", |
| 48 | + "ufo", |
| 49 | + "pathe", |
| 50 | + "defu", |
| 51 | + "unplugin" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "pnpm": { |
| 55 | + "peerDependencyRules": { |
| 56 | + "ignoreMissing": [ |
| 57 | + "postcss*" |
| 58 | + ] |
| 59 | + } |
42 | 60 | }
|
43 | 61 | }
|
0 commit comments