1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/packages/frontend-core/package.json

18 lines
451 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",
2024-03-26 22:19:52 +13:00
"@budibase/types": "0.0.0",
"dayjs": "^1.10.8",
2023-10-18 00:52:45 +13:00
"lodash": "4.17.21",
2024-04-11 22:29:45 +12:00
"shortid": "2.2.15",
"socket.io-client": "^4.6.1"
}
2022-12-10 02:52:03 +13:00
}