{ "name": "@budibase/bbui", "description": "A UI solution used in the different Budibase projects.", "version": "1.58.13", "svelte": "src/index.js", "module": "dist/bundle.mjs", "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", "postcss": "^8.2.9", "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": "^4.0.0", "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", "quill": "^1.3.7", "sirv-cli": "^0.4.6", "svelte-flatpickr": "^2.4.0", "svelte-portal": "^1.0.0", "turndown": "^7.0.0" } }