@ncds/ui-admin-mcp 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin-mcp",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "NCDS UI Admin MCP 서버 — AI 에이전트가 NCUA 컴포넌트를 조회하고 HTML을 검증할 수 있는 MCP 서버",
5
5
  "bin": {
6
6
  "ncua-mcp": "./bin/server.mjs"
@@ -41,28 +41,12 @@
41
41
  "node-html-parser": "^7.1.0",
42
42
  "react": "^18.2.0",
43
43
  "react-dom": "^18.2.0",
44
- "zod": "^4.3.6"
45
- },
46
- "peerDependencies": {
44
+ "zod": "^4.3.6",
47
45
  "flatpickr": ">=4.6.0",
48
46
  "lodash-es": ">=4.17.0",
49
47
  "moment": ">=2.30.0",
50
48
  "swiper": ">=11.0.0"
51
49
  },
52
- "peerDependenciesMeta": {
53
- "flatpickr": {
54
- "optional": true
55
- },
56
- "lodash-es": {
57
- "optional": true
58
- },
59
- "moment": {
60
- "optional": true
61
- },
62
- "swiper": {
63
- "optional": true
64
- }
65
- },
66
50
  "devDependencies": {
67
51
  "@types/node": "^25.5.0",
68
52
  "@types/react": "^18.3.20",