UNPKG

laceside

Version:

In-browser JavaScript IDE and execution environment

55 lines (54 loc) 1.55 kB
{ "type": "module", "name": "laceside", "version": "2.0.12", "description": "In-browser JavaScript IDE and execution environment", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/shoestringlab/laceside.git" }, "keywords": [ "JavaScript", "IDE" ], "author": "Robert Munn <robertdmunn@gmail.com>", "license": "MPL-2.0", "bugs": { "url": "https://github.com/shoestringlab/laceside/issues" }, "homepage": "https://github.com/shoestringlab/laceside#readme", "dependencies": { "@codemirror/autocomplete": "^6.18.0", "@codemirror/lang-css": "^6.2.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.32.0", "@paralleldrive/cuid2": "github:paralleldrive/cuid2", "altseven": "^6.2.0", "bcryptjs": "^2.4.3", "client-zip": "^2.4.5", "codemirror": "^6.0.1", "concat-files": "^0.1.1", "crypto": "^1.0.1", "cuid": "^2.1.8", "express": "^4.18.2", "feather-icons": "^4.21.0", "gadget-ui": "^9.6.2", "js-base64": "^2.5.1", "mariadb": "^3.3.1", "modlazy": "^1.0.0", "nodemailer": "^6.9.15", "password-strength-score": "^1.1.2", "sha.js": "^2.4.11", "sha3": "^2.1.4", "style-mod": "^4.1.2", "url-router": "^11.0.2", "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.48.0", "velocity-animate": "^1.5.2" } }