UNPKG

wx-svelte-toolbar

Version:

Svelte toolbar component. Lightweight, customizable, easy-to-use.

53 lines (52 loc) 1.19 kB
{ "name": "wx-svelte-toolbar", "version": "2.1.1", "description": "Svelte toolbar component. Lightweight, customizable, easy-to-use.", "productTag": "toolbar", "productTrial": false, "type": "module", "scripts": { "build": "vite build", "build:dist": "vite build --mode dist", "build:tests": "vite build --mode test", "lint": "yarn eslint ./demos ./src", "start": "vite --open", "start:tests": "vite --open=/tests/ --host 0.0.0.0 --port 5100 --mode test", "test": "true", "test:cypress": "cypress run -P ./ --config \"baseUrl=http://localhost:5100/tests\"" }, "svelte": "src/index.js", "exports": { ".": { "svelte": "./src/index.js" }, "./package.json": "./package.json" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/svar-widgets/toolbar.git" }, "bugs": { "url": "https://forum.svar.dev" }, "homepage": "https://svar.dev/svelte/core/", "dependencies": { "wx-svelte-core": "2.1.1", "wx-lib-dom": "0.8.0" }, "files": [ "src", "readme.md", "whatsnew.md", "license.txt" ], "keywords": [ "svelte", "svelte toolbar", "toolbar", "toolbar component", "buttons panel", "svar widgets" ] }