UNPKG

vzcode

Version:
179 lines (178 loc) 5.03 kB
{ "name": "vzcode", "version": "1.31.0", "description": "Multiplayer code editor system", "main": "src/index.ts", "type": "module", "bin": "src/server/index.js", "files": [ "dist/**", "src/**" ], "scripts": { "test": "vitest run", "test-interactive": "cd test/sampleDirectories/kitchenSink && node ../../../src/server/index.js", "prettier": "prettier {*.*,**/*.*} --write", "typecheck": "tsc --noEmit", "dev": "cross-env EDITOR_PORT=5173 concurrently \"npm run test-interactive\" \"vite\"", "build": "vite build", "build-release": "vite build --mode release", "preview": "concurrently \"npm run test-interactive\" \"vite preview\"", "prepublishOnly": "npm run build-release", "upgrade": "ncu -x react,react-dom,@types/react,@types/react-dom -u" }, "repository": { "type": "git", "url": "git+https://github.com/vizhub-core/vzcode.git" }, "keywords": [ "Code", "Editor", "CodeMirror", "Collaboration", "Development", "IDE", "JavaScript", "Data", "Visualization" ], "contributors": [ { "name": "Curran Kelleher", "url": "https://github.com/curran" }, { "name": "Anooj Pai", "url": "https://github.com/Anooj-Pai" }, { "name": "Jack Hankin", "url": "https://github.com/Darmin-Geek" }, { "name": "Amanda Ruan", "url": "https://github.com/aruan20" }, { "name": "Evan Whymark", "url": "https://github.com/EvWhymark" }, { "name": "Ethan Nuessle", "url": "https://github.com/enuessle" }, { "name": "Brandon Balchand", "url": "https://github.com/MandingoBrandon" }, { "name": "Demetrius Ho Sang", "url": "https://github.com/demhos" }, { "name": "Jary Chen", "url": "https://github.com/CJary" }, { "name": "Shashank Garg", "url": "https://github.com/viratkohli2011" }, { "name": "Nghia Minh Huynh", "url": "https://github.com/NghiaMinhHuynh" }, { "name": "Michael Halpern", "url": "https://github.com/michaelhelper" }, { "name": "Pratheet Joshi", "url": "https://github.com/DaCatDude" }, { "name": "Philip Park", "url": "https://github.com/philippark" }, { "name": "Jeffrey Cordero", "url": "https://github.com/jeffrey-asm" } ], "license": "MIT", "bugs": { "url": "https://github.com/vizhub-core/vzcode/issues" }, "homepage": "https://github.com/vizhub-core/vzcode#readme", "dependencies": { "@codemirror/autocomplete": "^6.18.6", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.3", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-markdown": "^6.3.2", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.36.5", "@langchain/core": "^0.3.43", "@langchain/openai": "^0.5.4", "@lezer/highlight": "^1.2.1", "@livekit/components-react": "^2.9.0", "@replit/codemirror-indentation-markers": "^6.5.3", "@replit/codemirror-interact": "^6.3.1", "@replit/codemirror-lang-svelte": "^6.0.0", "@replit/codemirror-vscode-keymap": "^6.0.2", "@teamwork/websocket-json-stream": "^2.0.0", "@uiw/codemirror-theme-abcdef": "^4.23.10", "@uiw/codemirror-theme-dracula": "^4.23.10", "@uiw/codemirror-theme-eclipse": "^4.23.10", "@uiw/codemirror-theme-github": "^4.23.10", "@uiw/codemirror-theme-material": "^4.23.10", "@uiw/codemirror-theme-nord": "^4.23.10", "@uiw/codemirror-theme-okaidia": "^4.23.10", "@uiw/codemirror-theme-xcode": "^4.23.10", "@uiw/codemirror-themes": "^4.23.10", "@vizhub/viz-types": "^0.1.0", "body-parser": "^2.2.0", "codemirror": "^6.0.1", "codemirror-copilot": "^0.0.7", "codemirror-ot": "^4.4.0", "color-hash": "^2.0.2", "d3-array": "^3.2.4", "diff-match-patch": "^1.0.5", "dotenv": "^16.4.7", "express": "^5.1.0", "ignore": "^7.0.3", "json0-ot-diff": "^1.1.2", "livekit-server-sdk": "^2.11.0", "ngrok": "^5.0.0-beta.2", "npm": "^11.2.0", "open": "^10.1.0", "prettier-plugin-svelte": "^3.3.3", "react": "^18", "react-bootstrap": "^2.10.9", "react-dom": "^18", "react-router-dom": "^7.5.0", "sharedb": "^5.2.1", "sharedb-client-browser": "^5.1.1", "uuid": "^11.1.0", "vizhub-ui": "^3.23.0", "ws": "^8.18.1" }, "devDependencies": { "@types/react": "^18", "@types/react-dom": "^18", "@vitejs/plugin-react": "^4.3.4", "concurrently": "^9.1.2", "cross-env": "^7.0.3", "npm-check-updates": "^17.1.16", "prettier": "^3.5.3", "sass": "^1.86.3", "typescript": "^5.8.3", "vite": "^6.2.5", "vitest": "^3.1.1" }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.39.0", "@rollup/rollup-win32-x64-msvc": "^4.39.0" } }