UNPKG

vanilla-jsoneditor

Version:

A web-based tool to view, edit, format, transform, and validate JSON

64 lines 2.05 kB
{ "name": "vanilla-jsoneditor", "description": "A web-based tool to view, edit, format, transform, and validate JSON", "version": "0.23.1", "homepage": "https://github.com/josdejong/svelte-jsoneditor", "repository": { "type": "git", "url": "https://github.com/josdejong/svelte-jsoneditor.git" }, "type": "module", "module": "./index.js", "main": "./index.js", "types": "./index.d.ts", "sideEffects": false, "license": "ISC", "exports": { ".": "./index.js", "./index.d.ts": "./index.d.ts", "./index.js": "./index.js", "./themes/jse-theme-dark.css": "./themes/jse-theme-dark.css", "./themes/jse-theme-default.css": "./themes/jse-theme-default.css", "./CHANGELOG.md": "./CHANGELOG.md", "./LICENSE.md": "./LICENSE.md", "./README.md": "./README.md", "./SECURITY.md": "./SECURITY.md", "./index.js.map": "./index.js.map", "./standalone.js": "./standalone.js", "./standalone.js.map": "./standalone.js.map", "./standalone.d.ts": "./standalone.d.ts" }, "files": [ "*" ], "scripts": {}, "dependencies": { "@codemirror/autocomplete": "^6.15.0", "@codemirror/commands": "^6.3.3", "@codemirror/lang-json": "^6.0.1", "@codemirror/language": "^6.10.1", "@codemirror/lint": "^6.5.0", "@codemirror/search": "^6.5.6", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.0", "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@lezer/highlight": "^1.2.0", "@replit/codemirror-indentation-markers": "^6.5.1", "ajv": "^8.12.0", "codemirror-wrapped-line-indent": "^1.0.8", "diff-sequences": "^29.6.3", "immutable-json-patch": "6.0.1", "jmespath": "^0.16.0", "json-source-map": "^0.6.1", "jsonrepair": "^3.6.0", "lodash-es": "^4.17.21", "memoize-one": "^6.0.0", "natural-compare-lite": "^1.4.0", "sass": "^1.72.0", "vanilla-picker": "^2.12.3", "svelte": "^4.2.12" }, "devDependencies": {}, "browser": "./standalone.js" }