1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00
budibase/packages/frontend-core/package.json
2024-04-11 12:29:45 +02:00

18 lines
451 B
JSON

{
"name": "@budibase/frontend-core",
"version": "0.0.0",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
"@budibase/bbui": "0.0.0",
"@budibase/shared-core": "0.0.0",
"@budibase/types": "0.0.0",
"dayjs": "^1.10.8",
"lodash": "4.17.21",
"shortid": "2.2.15",
"socket.io-client": "^4.6.1"
}
}