1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/frontend-core/package.json

16 lines
394 B
JSON
Raw Normal View History

{
"name": "@budibase/frontend-core",
2023-05-29 20:54:10 +12:00
"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": {
2023-05-29 20:54:10 +12:00
"@budibase/bbui": "0.0.0",
"@budibase/shared-core": "0.0.0",
"dayjs": "^1.10.8",
2023-10-18 00:52:45 +13:00
"lodash": "4.17.21",
"socket.io-client": "^4.6.1"
}
2022-12-10 02:52:03 +13:00
}