1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/packages/bbui/package.json

54 lines
1.6 KiB
JSON
Raw Normal View History

2021-03-31 22:59:07 +13:00
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "1.58.13",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"start": "sirv public",
"build": "rollup --config",
"dev:builder": "rollup --config --watch",
"prepublishOnly": "npm run build",
"svench:rollup": "cross-env SVENCH=1 rollup -cw",
"svench:nollup": "cross-env SVENCH=1 nollup",
"svench:nollup:dev:help": "echo 'this script is used to dev Svench itself'",
"svench:nollup:dev": "yarn svench:nollup --watch ../svench/src --watch ../svench/themes --watch ../svench/*.js",
"svench": "npm run --silent svench:nollup",
"build:svench": "cross-env SVENCH=1 rollup -c",
"test": "echo TODO"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"cross-env": "^7.0.2",
"nollup": "^0.14.1",
"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",
"rollup-plugin-postcss-hot": "^0.0.5",
"rollup-plugin-svelte-hot": "^0.11.0",
"semantic-release": "^17.0.8",
"svelte": "^3.29.0",
"svench": "^0.0.10-7"
},
"keywords": [
"svelte"
],
"files": [
"src",
"dist"
],
"dependencies": {
"markdown-it": "^12.0.4",
2021-03-31 22:59:07 +13:00
"quill": "^1.3.7",
"sirv-cli": "^0.4.6",
"svelte-flatpickr": "^2.4.0",
"svelte-portal": "^1.0.0",
"turndown": "^7.0.0"
}
}