wx-svelte-editor
Version:
Svelte component for creating forms to edit structured data on a page (info cards, text blocks, table rows, etc
59 lines (58 loc) • 1.4 kB
JSON
{
"name": "wx-svelte-editor",
"version": "2.1.3",
"description": "Svelte component for creating forms to edit structured data on a page (info cards, text blocks, table rows, etc",
"keywords": [
"svelte",
"ui component",
"editor",
"form",
"editing form",
"data editing"
],
"productTag": "editor",
"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/editor.git"
},
"bugs": {
"url": "https://forum.svar.dev"
},
"homepage": "https://svar.dev/svelte/editor/",
"dependencies": {
"wx-editor-locales": "2.1.3",
"wx-lib-dom": "0.8.0",
"wx-lib-state": "1.9.0",
"wx-lib-svelte": "0.5.1",
"wx-svelte-comments": "2.1.1",
"wx-svelte-core": "2.1.1",
"wx-svelte-tasklist": "2.1.1",
"wx-svelte-toolbar": "2.1.1"
},
"files": [
"src",
"readme.md",
"whatsnew.md",
"license.txt"
]
}