1
0
Fork 0
mirror of synced 2024-05-22 13:22:59 +12:00
budibase/packages/frontend-core/package.json

14 lines
342 B
JSON
Raw Normal View History

{
"name": "@budibase/frontend-core",
2022-11-16 02:19:15 +13:00
"version": "2.1.22-alpha.3",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
2022-11-16 02:19:15 +13:00
"@budibase/bbui": "2.1.22-alpha.3",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}
2022-11-01 03:01:44 +13:00
}