The idea is to allow relatively flexible visualisations in the browser, while minimising rendering load on the server.
22 lines
455 B
JSON
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"
|
|
}
|
|
}
|