UNPKG

vzcode

Version:
213 lines (212 loc) 6.22 kB
{ "name": "vzcode", "version": "2.28.0", "description": "Multiplayer code editor system", "main": "src/index.ts", "type": "module", "bin": "dist/cli.js", "files": [ "dist/**", "src/**" ], "scripts": { "test": "vitest run", "test-interactive": "cd test/sampleDirectories/playground && tsx ../../../src/server/index.ts", "prettier": "prettier {*.*,**/*.*} --write", "typecheck": "tsc --noEmit", "lint": "eslint . --ext .js,.ts,.tsx", "lint:fix": "eslint . --ext .js,.ts,.tsx --fix", "dev": "cross-env EDITOR_PORT=5173 concurrently \"npm run test-interactive\" \"vite\"", "build": "vite build && npm run build:server", "build:server": "tsc --project tsconfig.server.json", "build-release": "vite build --mode release && npm run build:server", "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.20.0", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.5.0", "@codemirror/lint": "^6.9.2", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.38.8", "@langchain/core": "^1.1.4", "@langchain/openai": "^1.1.3", "@lezer/highlight": "^1.2.3", "@livekit/components-react": "^2.9.17", "@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.2", "@uiw/codemirror-theme-abcdef": "^4.25.3", "@uiw/codemirror-theme-dracula": "^4.25.3", "@uiw/codemirror-theme-eclipse": "^4.25.3", "@uiw/codemirror-theme-github": "^4.25.3", "@uiw/codemirror-theme-material": "^4.25.3", "@uiw/codemirror-theme-nord": "^4.25.3", "@uiw/codemirror-theme-okaidia": "^4.25.3", "@uiw/codemirror-theme-xcode": "^4.25.3", "@uiw/codemirror-themes": "^4.25.3", "@valtown/codemirror-ts": "^2.3.1", "@vizhub/runtime": "^4.5.0", "@vizhub/viz-types": "^0.5.0", "@vizhub/viz-utils": "^1.5.0", "body-parser": "^2.2.1", "bootstrap-icons": "^1.13.1", "codemirror": "^6.0.2", "codemirror-copilot": "^0.0.7", "codemirror-ot": "^5.8.0", "color-hash": "^2.0.2", "comlink": "^4.4.2", "d3-array": "^3.2.4", "d3-color": "^3.1.0", "diff": "^8.0.2", "@dmsnell/diff-match-patch": "^1.1.0", "diff2html": "^3.4.52", "dotenv": "^17.2.3", "editcodewithai": "^2.4.0", "eslint-linter-browserify": "^9.39.1", "express": "^5.2.1", "ignore": "^7.0.5", "json0-ot-diff": "^1.1.2", "jszip": "^3.10.1", "livekit-server-sdk": "^2.14.2", "llm-code-format": "^3.1.0", "lucide-react": "^0.556.0", "npm": "^11.6.4", "open": "^11.0.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.10.1", "remark-gfm": "^4.0.1", "sharedb": "^5.2.2", "sharedb-client-browser": "^5.2.2", "uuid": "^13.0.0", "vizhub-ui": "^3.24.0", "ws": "^8.18.3" }, "devDependencies": { "@eslint/js": "^9.39.1", "@tauri-apps/cli": "^2.9.5", "@types/d3-color": "^3.1.3", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "@vitejs/plugin-react": "^5.1.1", "concurrently": "^9.2.1", "cross-env": "^10.1.0", "eslint": "^9.39.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "globals": "^16.5.0", "npm-check-updates": "^19.1.2", "prettier": "^3.7.4", "sass": "^1.94.2", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^7.2.6", "vitest": "^4.0.15" }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.53.3", "@rollup/rollup-win32-x64-msvc": "^4.53.3" } }