dissertation/where_fi/visualise/frontend/package.json
Christos Falas 298146e8b0
add proto files for streaming
The idea is to allow relatively flexible visualisations in the browser,
while minimising rendering load on the server.
2025-02-22 10:21:50 +00:00

22 lines
455 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "Frontend for where-fi",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"google-protobuf": "^3.21.4",
"grpc-web": "^1.5.0"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.12",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3"
}
}