beyond
Version:
The Full Stack Universal Typescript Framework
55 lines (54 loc) • 1.05 kB
JSON
{
"name": "web-backend",
"version": "0.0.1",
"author": "",
"license": "ISC",
"title": "Basic Web-Backend Application",
"description": "Basic Web Backend application",
"template": "template/template.json",
"layout": "main-layout",
"languages": {
"default": "en",
"supported": [
"en",
"es"
]
},
"modules": {
"path": "modules"
},
"deployment": {
"distributions": [
{
"name": "web",
"platform": "web",
"environment": "development",
"backend": "backend",
"ports": {
"bundles": 6510
}
},
{
"name": "backend",
"platform": "backend",
"environment": "development",
"ports": {
"bundles": 6511,
"http": 6512,
"inspect": 6513
}
}
]
},
"dependencies": {
"@beyond-js/kernel": "~0.1.8",
"@beyond-js/backend": "~0.1.4",
"@beyond-js/react-18-widgets": "~0.0.1",
"socket.io-client": "^4.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@beyond-js/local": "~0.1.3"
}
}