forked from MCP-UI-Org/mcp-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.49 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mcp-ui",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm --filter=\"./sdks/typescript/*\" --parallel dev",
"build": "pnpm --filter=\"./sdks/typescript/*\" build",
"preview": "pnpm --filter=\"./sdks/typescript/*\" --parallel preview",
"test": "pnpm test:ts && pnpm test:ruby",
"test:ts": "vitest run",
"test:ruby": "cd sdks/ruby && bundle install && bundle exec rake spec",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"version:patch": "echo \"Versioning with Changesets, then run pnpm install\" && pnpm changeset version && pnpm install --lockfile-only",
"publish-packages": "pnpm build && pnpm changeset publish",
"docs:dev": "vitepress dev docs/src",
"docs:build": "vitepress build docs/src",
"docs:preview": "vitepress preview docs/src"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^14.0.3",
"@swc/core": "^1.4.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^22.15.18",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"c8": "^8.0.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"jsdom": "^23.0.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"semantic-release": "^23.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vite-plugin-dts": "^3.7.0",
"vitepress": "^1.0.0-rc.44",
"vitest": "^1.0.4"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"license": "Apache-2.0",
"version": "5.2.0"
}