Files
light-code/package.json
abearxiong 4407c6157f feat: update dependencies and add video-tools package
- Added "@kevisual/video-tools" dependency to server/package.json.
- Updated VITE_API_URL in astro.config.mjs to point to new local server.
- Modified proxy settings in astro.config.mjs to include WebSocket support.
- Updated various dependencies in web/package.json for improved functionality and security.
- Refactored MuseApp component to use new resizable panel components.
- Implemented real-time text display and copy functionality in VadVoice component.
- Created a new Relatime class for handling WebSocket connections and real-time updates.
- Added new board and muse pages to render the Record component.
2025-12-23 00:40:52 +08:00

23 lines
728 B
JSON

{
"name": "@kevisual/light-code",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm run dev:server & pnpm run dev:web",
"dev:server": "cd server && pnpm dev",
"dev:web": "cd web && pnpm dev",
"docker:build": "docker build -t kevisual/light-code:latest .",
"docker:aliyun": "docker build -t crpi-92z54xpbq1hzmdcz.cn-hangzhou.personal.cr.aliyuncs.com/kevisual/light-code .",
"docker:dev": "docker compose up",
"build": "turbo build"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.26.1",
"type": "module",
"dependencies": {
"turbo": "^2.7.1"
}
}