{ "name": "hydra-web-editor", "version": "1.5.3", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "vite build", "dev": "vite . --host", "publish": "git subtree push --prefix=dist origin gh-pages" }, "author": "", "license": "AGPL", "dependencies": { "@codemirror/lang-javascript": "^6.1.9", "@codemirror/theme-one-dark": "^6.1.2", "@lezer/highlight": "^1.1.6", "@management/cm-evaluate": "^0.1.0", "acorn": "^8.7.0", "astravel": "^0.5.0", "astring": "^1.4.0", "choo": "^7.1.0", "choo-devtools": "^3.0.4", "codemirror": "^6.0.1", "codemirror-minified": "^5.65.0", "hydra-synth": "^1.3.27", "i18next": "^21.6.13", "i18next-browser-languagedetector": "^6.1.3", "i18next-http-backend": "^1.4.0", "js-beautify": "^1.14.0", "shortid": "^2.2.16", "simple-peer": "^9.11.0", "socket.io-client": "^2.3.0", "superagent": "^7.0.1" }, "devDependencies": { "browserify": "^17.0.0", "envify": "^4.1.0", "esmify": "^2.1.1", "http-server": "^14.1.1", "source-map-explorer": "^2.5.2", "terser": "^5.14.2", "vite": "^4.4.4", "watchify": "^4.0.0" } }