-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.36 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.36 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
{
"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 .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,yaml,yml,css,scss}\"",
"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": {
"@eslint/js": "^9.25.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@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",
"@vitejs/plugin-react-swc": "^4.2.2",
"c8": "^10.1.3",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"semantic-release": "^25.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.30.1",
"vite": "^7.2.7",
"vite-plugin-dts": "^4.5.4",
"vitepress": "^1.6.4",
"vitest": "^4.0.15"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"license": "Apache-2.0",
"version": "5.2.0"
}