package.json•1.27 kB
{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "orval --config ./orval.config.ts && vite",
"build": "orval --config ./orval.config.ts && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"resolutions": {
"jsonpath-plus": "^10.3.0"
},
"dependencies": {
"@carbon/icons-react": "^11.55.0",
"@carbon/layout": "^11.30.0",
"@carbon/react": "^1.76.0",
"@modelcontextprotocol/sdk": "^1.6.1",
"axios": "^1.8.1",
"highlight.js": "^11.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"react-markdown": "^10.0.1",
"react-router-dom": "^6.14.1",
"sass": "^1.85.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"orval": "^7.6.0",
"prettier": "3.5.3",
"sass-embedded": "^1.85.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.2.5"
},
"packageManager": "yarn@1.22.22"
}