37 lines
1012 B
JSON
37 lines
1012 B
JSON
{
|
|
"name": "processwithcloudevents-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui-contrib/react-chat": "^0.1.10",
|
|
"@fluentui/react-components": "^9.61.6",
|
|
"@protobuf-ts/grpcweb-transport": "^2.9.6",
|
|
"@protobuf-ts/runtime": "^2.9.6",
|
|
"@protobuf-ts/runtime-rpc": "^2.9.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^10.1.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@protobuf-ts/plugin": "^2.9.6",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.4.1"
|
|
}
|
|
} |