Files
meeting-room/frontend/node_modules/@surma/rollup-plugin-off-main-thread/package.json
flying-hero 96f6318101 📦 添加虚拟环境和启动脚本
新增:
- backend/venv/ - Python 虚拟环境
- backend/start.sh - 启动脚本(使用虚拟环境)
- backend/requirements.txt - 依赖列表
- .gitignore - 忽略虚拟环境和缓存文件

说明:
- 每个项目使用独立虚拟环境
- 避免依赖冲突
- 启动脚本自动创建和激活虚拟环境
2026-04-04 18:29:02 +08:00

37 lines
984 B
JSON

{
"name": "@surma/rollup-plugin-off-main-thread",
"version": "2.2.3",
"description": "Use Rollup with workers and ES6 modules today.",
"main": "index.js",
"scripts": {
"fmt": "prettier --write 'tests/**/*.js' *.js *.md *.json",
"test": "node ./run_tests.js"
},
"author": "Surma <surma@google.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "4.2.0",
"chalk": "^2.4.2",
"karma": "4.2.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-mocha": "1.3.0",
"karma-safari-launcher": "1.0.0",
"karma-safaritechpreview-launcher": "2.0.2",
"mocha": "6.1.4",
"prettier": "1.18.2",
"rollup": "2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/surma/rollup-plugin-off-main-thread"
},
"dependencies": {
"ejs": "^3.1.6",
"json5": "^2.2.0",
"magic-string": "^0.25.0",
"string.prototype.matchall": "^4.0.6"
}
}