|
32 | 32 | "./registry": {
|
33 | 33 | "types": "./dist/registry/index.d.ts",
|
34 | 34 | "default": "./dist/registry/index.js"
|
| 35 | + }, |
| 36 | + "./schema": { |
| 37 | + "types": "./dist/schema/index.d.ts", |
| 38 | + "default": "./dist/schema/index.js" |
| 39 | + }, |
| 40 | + "./mcp": { |
| 41 | + "types": "./dist/mcp/index.d.ts", |
| 42 | + "default": "./dist/mcp/index.js" |
35 | 43 | }
|
36 | 44 | },
|
37 | 45 | "bin": "./dist/index.js",
|
|
56 | 64 | "test:ui": "vitest --ui"
|
57 | 65 | },
|
58 | 66 | "dependencies": {
|
| 67 | + "@dotenvx/dotenvx": "^1.49.0", |
| 68 | + "@modelcontextprotocol/sdk": "^1.18.0", |
59 | 69 | "@unovue/detypes": "^0.8.5",
|
60 | 70 | "@vue/compiler-sfc": "^3.5",
|
61 |
| - "commander": "^14.0.0", |
| 71 | + "c12": "^3.2.0", |
| 72 | + "commander": "^14.0.1", |
62 | 73 | "consola": "^3.4.2",
|
63 |
| - "cosmiconfig": "^9.0.0", |
| 74 | + "dedent": "^1.7.0", |
64 | 75 | "deepmerge": "^4.3.1",
|
65 | 76 | "diff": "^8.0.2",
|
66 |
| - "fs-extra": "^11.3.0", |
| 77 | + "fs-extra": "^11.3.1", |
| 78 | + "fuzzysort": "^3.1.0", |
67 | 79 | "get-tsconfig": "^4.10.1",
|
68 |
| - "magic-string": "^0.30.17", |
69 |
| - "nypm": "^0.6.0", |
| 80 | + "magic-string": "^0.30.19", |
| 81 | + "nypm": "^0.6.1", |
70 | 82 | "ofetch": "^1.4.1",
|
71 | 83 | "ora": "^8.2.0",
|
72 | 84 | "pathe": "catalog:",
|
73 |
| - "postcss": "^8.5.3", |
| 85 | + "postcss": "^8.5.6", |
74 | 86 | "prompts": "^2.4.2",
|
75 | 87 | "reka-ui": "catalog:",
|
76 |
| - "stringify-object": "^5.0.0", |
77 |
| - "tailwindcss": "^4.1.7", |
| 88 | + "semver": "^7.7.2", |
| 89 | + "stringify-object": "^6.0.0", |
| 90 | + "tailwindcss": "^4.1.12", |
78 | 91 | "tinyexec": "^1.0.1",
|
79 | 92 | "tinyglobby": "catalog:",
|
80 |
| - "ts-morph": "^26.0.0", |
81 |
| - "undici": "^7.10.0", |
| 93 | + "ts-morph": "^27.0.0", |
| 94 | + "undici": "^7.16.0", |
82 | 95 | "vue-metamorph": "^3.3.3",
|
83 |
| - "zod": "catalog:" |
| 96 | + "zod": "catalog:", |
| 97 | + "zod-to-json-schema": "^3.24.6" |
84 | 98 | },
|
85 | 99 | "devDependencies": {
|
86 | 100 | "@types/diff": "^8.0.0",
|
87 | 101 | "@types/fs-extra": "^11.0.4",
|
88 |
| - "@types/node": "^22.15.21", |
| 102 | + "@types/node": "^22.16.0", |
89 | 103 | "@types/prompts": "^2.4.9",
|
| 104 | + "@types/semver": "^7.7.1", |
90 | 105 | "@types/stringify-object": "^4.0.5",
|
91 |
| - "msw": "^2.8.4", |
92 |
| - "tsdown": "^0.12.3", |
| 106 | + "msw": "^2.11.2", |
| 107 | + "tsdown": "^0.15.1", |
93 | 108 | "type-fest": "^4.41.0",
|
94 | 109 | "typescript": "catalog:"
|
95 | 110 | }
|
|
0 commit comments