UNPKG

vzcode

Version:
200 lines (199 loc) 5.82 kB
{ "name": "vzcode", "version": "1.60.0", "description": "Multiplayer code editor system", "main": "src/index.ts", "type": "module", "bin": "src/server/index.ts", "files": [ "dist/**", "src/**" ], "scripts": { "test": "vitest run", "test-interactive": "cd test/sampleDirectories/kitchenSink && node --import \"data:text/javascript,import { register } from 'node:module'; import { pathToFileURL } from 'node:url'; register('ts-node/esm', pathToFileURL('./'));\" ../../../src/server/index.ts", "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\"", "tauri": "tauri", "tauri:dev": "tauri dev", "tauri:build": "tauri build", "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.4", "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.3.4", "@codemirror/lint": "^6.8.5", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.38.1", "@langchain/core": "^0.3.67", "@langchain/openai": "^0.6.4", "@lezer/highlight": "^1.2.1", "@livekit/components-react": "^2.9.14", "@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", "@typescript/vfs": "^1.6.1", "@uiw/codemirror-theme-abcdef": "^4.24.2", "@uiw/codemirror-theme-dracula": "^4.24.2", "@uiw/codemirror-theme-eclipse": "^4.24.2", "@uiw/codemirror-theme-github": "^4.24.2", "@uiw/codemirror-theme-material": "^4.24.2", "@uiw/codemirror-theme-nord": "^4.24.2", "@uiw/codemirror-theme-okaidia": "^4.24.2", "@uiw/codemirror-theme-xcode": "^4.24.2", "@uiw/codemirror-themes": "^4.24.2", "@valtown/codemirror-ts": "^2.3.1", "@vizhub/runtime": "^4.3.0", "@vizhub/viz-types": "^0.4.0", "@vizhub/viz-utils": "^1.4.0", "body-parser": "^2.2.0", "codemirror": "^6.0.2", "codemirror-copilot": "^0.0.7", "codemirror-ot": "^5.0.0", "color-hash": "^2.0.2", "comlink": "^4.4.2", "d3-array": "^3.2.4", "diff": "^8.0.2", "diff-match-patch": "^1.0.5", "diff2html": "^3.4.52", "dotenv": "^17.2.1", "editcodewithai": "^2.3.0", "eslint-linter-browserify": "^9.32.0", "express": "^5.1.0", "ignore": "^7.0.5", "json0-ot-diff": "^1.1.2", "jszip": "^3.10.1", "livekit-server-sdk": "^2.13.1", "llm-code-format": "^3.0.0", "npm": "^11.5.2", "open": "^10.2.0", "prettier-plugin-svelte": "^3.4.0", "react": "^18", "react-bootstrap": "^2.10.10", "react-dom": "^18", "react-markdown": "^10.1.0", "react-router-dom": "^7.7.1", "remark-gfm": "^4.0.1", "sharedb": "^5.2.2", "sharedb-client-browser": "^5.2.2", "uuid": "^11.1.0", "vizhub-ui": "^3.24.0", "ws": "^8.18.3" }, "devDependencies": { "@eslint/js": "^9.32.0", "@tauri-apps/cli": "^2.7.1", "@types/react": "^18", "@types/react-dom": "^18", "@vitejs/plugin-react": "^5.0.0", "concurrently": "^9.2.0", "cross-env": "^10.0.0", "eslint": "^9.32.0", "globals": "^16.3.0", "npm-check-updates": "^18.0.2", "prettier": "^3.6.2", "sass": "^1.90.0", "ts-node": "^10.9.2", "typescript": "^5.9.2", "vite": "^7.1.0", "vitest": "^3.2.4" }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.46.2", "@rollup/rollup-win32-x64-msvc": "^4.46.2" } }