2021-03-31 11:59:07 +02:00
|
|
|
{
|
|
|
|
"name": "@budibase/bbui",
|
|
|
|
"description": "A UI solution used in the different Budibase projects.",
|
|
|
|
"version": "1.58.13",
|
|
|
|
"svelte": "src/index.js",
|
2021-04-01 22:05:18 +02:00
|
|
|
"module": "dist/bbui.es.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/bbui.es.js"
|
|
|
|
},
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./dist/style.css": "./dist/style.css"
|
|
|
|
},
|
2021-03-31 11:59:07 +02:00
|
|
|
"scripts": {
|
2021-04-07 12:47:01 +02:00
|
|
|
"dev:builder": "vite build",
|
2021-04-01 22:05:18 +02:00
|
|
|
"build": "vite build"
|
2021-03-31 11:59:07 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^11.0.0",
|
2021-04-01 22:05:18 +02:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.5",
|
2021-03-31 11:59:07 +02:00
|
|
|
"cross-env": "^7.0.2",
|
|
|
|
"nollup": "^0.14.1",
|
2021-04-01 14:44:14 +02:00
|
|
|
"postcss": "^8.2.9",
|
2021-03-31 11:59:07 +02:00
|
|
|
"rollup": "^2.34.0",
|
|
|
|
"rollup-plugin-copy": "^3.3.0",
|
|
|
|
"rollup-plugin-delete": "^1.2.0",
|
|
|
|
"rollup-plugin-hot": "^0.1.1",
|
|
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
2021-04-01 14:44:14 +02:00
|
|
|
"rollup-plugin-postcss": "^4.0.0",
|
2021-03-31 11:59:07 +02:00
|
|
|
"rollup-plugin-svelte-hot": "^0.11.0",
|
|
|
|
"semantic-release": "^17.0.8",
|
2021-04-08 18:04:03 +02:00
|
|
|
"svelte": "^3.37.0",
|
2021-04-01 22:05:18 +02:00
|
|
|
"svench": "^0.0.10-7",
|
|
|
|
"vite": "^2.1.5"
|
2021-03-31 11:59:07 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"svelte"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2021-04-08 16:57:24 +02:00
|
|
|
"@spectrum-css/actionbutton": "^1.0.1",
|
2021-04-13 19:12:10 +02:00
|
|
|
"@spectrum-css/actiongroup": "^1.0.1",
|
2021-04-08 14:47:57 +02:00
|
|
|
"@spectrum-css/button": "^3.0.1",
|
2021-04-08 18:04:03 +02:00
|
|
|
"@spectrum-css/buttongroup": "^3.0.1",
|
2021-04-08 16:57:24 +02:00
|
|
|
"@spectrum-css/checkbox": "^3.0.1",
|
2021-04-08 14:47:57 +02:00
|
|
|
"@spectrum-css/dialog": "^3.0.1",
|
2021-04-08 15:46:34 +02:00
|
|
|
"@spectrum-css/divider": "^1.0.1",
|
2021-04-08 16:57:24 +02:00
|
|
|
"@spectrum-css/icon": "^3.0.1",
|
|
|
|
"@spectrum-css/label": "^2.0.9",
|
2021-04-13 19:12:10 +02:00
|
|
|
"@spectrum-css/link": "^3.1.1",
|
|
|
|
"@spectrum-css/menu": "^3.0.1",
|
2021-04-08 14:47:57 +02:00
|
|
|
"@spectrum-css/modal": "^3.0.1",
|
2021-04-09 11:22:49 +02:00
|
|
|
"@spectrum-css/popover": "^3.0.1",
|
2021-04-15 15:39:14 +02:00
|
|
|
"@spectrum-css/progressbar": "^1.0.2",
|
2021-04-08 16:57:24 +02:00
|
|
|
"@spectrum-css/table": "^3.0.1",
|
2021-04-14 14:52:25 +02:00
|
|
|
"@spectrum-css/tabs": "^3.0.1",
|
2021-04-13 16:28:57 +02:00
|
|
|
"@spectrum-css/toast": "^3.0.1",
|
2021-04-14 10:53:23 +02:00
|
|
|
"@spectrum-css/typography": "^3.0.1",
|
2021-04-08 14:47:57 +02:00
|
|
|
"@spectrum-css/underlay": "^2.0.9",
|
2021-04-08 16:57:24 +02:00
|
|
|
"@spectrum-css/vars": "^3.0.1",
|
|
|
|
"dayjs": "^1.10.4",
|
2021-03-31 17:14:56 +02:00
|
|
|
"markdown-it": "^12.0.4",
|
2021-03-31 11:59:07 +02:00
|
|
|
"quill": "^1.3.7",
|
|
|
|
"sirv-cli": "^0.4.6",
|
|
|
|
"svelte-flatpickr": "^2.4.0",
|
|
|
|
"svelte-portal": "^1.0.0",
|
|
|
|
"turndown": "^7.0.0"
|
|
|
|
}
|
|
|
|
}
|