mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-01 11:20:14 +08:00
* 修改获取示例文件 api path * 增加 debian-slim 基础镜像 * 修复 debian apt 命令,支持 qinglong 命令 * 更新 npm 版本 0.7.7 * 更新 npm v0.8.4 * 修复linux依赖检测 (#2082) * 修复拉取私有仓库 * 修复 shell check_server * 修复 qinglong 命令 * 更新 npm 版本 v0.13.2 * 增加 debian 开发版本 * 修改切换 linux 镜像源 * 修复 qinglong 命令 * 移除 qinglong 命令 npm 默认镜像源 * 修复 workflow * 更新 npm 版本 v0.14.5 * 增加 npx 命令 * 更新 workflow action 版本 * 更新 npm 版本 v0.16.0 * 修复 linux 镜像源 * 更新 npm 版本 v0.17.0 * 更新 npm 版本 v0.18.0 * 修改 npm 安装启动命令 * 更新 npm 版本 v0.19.9 * 修复 debian netcat 包名 * 更新 npm 版本 v0.20.4 * 安装 linux 依赖自动识别 alpine 和 debian * 修改 apt 命令 * 更新 npm 版本 v0.21.2 * 修改 ts 文件执行依赖 * npm 启动增加 reload 逻辑 * 更新 npm 版本 v2.17.8 * 修复 qinglong 命令 * 更新 npm 版本 v2.17.9 * 更新 npm 版本 v2.17.10 * 更新 npm 版本 v2.17.11 * 修改 debian 版本为 12 bookworm * 更新 npm 版本 v2.17.12 * 修改本地服务启动提示 * 更新 npm 版本 v2.17.13 * 写入文件增加文件锁 * 修复系统安装依赖提示 * 更新 npm 版本 v2.18.2-6 * 更新 nodejs 版本 * 更新 npm 版本 v2.18.3-3 * 修复 command 变量 * 移除自动清除 deb * 修复 npm 启动脚本 * 修复发布 npm包依赖文件 * 修改 linux 启动文件逻辑 * 更新 npm 版本 v2.19.0-10 * 修复 apt 命令 * 更新 npm 版本 v2.19.1-0 * 更新 npm 版本 v2.19.2-2 * 增加 packageManager * 增加用户 qinglong * 更新 pipeline * 移除 init_nginx * 更新 npm 版本 v2.20.0 * 更新 npm 版本 2.20.1 * 更新 npm 版本 2.20.2 * fix: 修复非 root 用户启动 * chore: 合并 debian 和 alpine 逻辑 --------- Co-authored-by: dream10201 <xiuxiu10201@gmail.com>
196 lines
5.7 KiB
JSON
196 lines
5.7 KiB
JSON
{
|
|
"name": "@whyour/qinglong",
|
|
"packageManager": "pnpm@8.3.1",
|
|
"version": "2.20.2-3",
|
|
"description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/whyour/qinglong.git"
|
|
},
|
|
"author": "whyour",
|
|
"license": "Apache License 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/whyour/qinglong/issues"
|
|
},
|
|
"scripts": {
|
|
"start": "concurrently -n w: npm:start:*",
|
|
"start:back": "nodemon ./back/app.ts",
|
|
"start:front": "max dev",
|
|
"build:front": "max build",
|
|
"build:back": "tsc -p back/tsconfig.json",
|
|
"panel": "npm run build:back && node static/build/app.js",
|
|
"gen:proto": "protoc --experimental_allow_proto3_optional --plugin=./node_modules/.bin/protoc-gen-ts_proto ./back/protos/*.proto --ts_proto_out=./ --ts_proto_opt=outputServices=grpc-js,env=node,esModuleInterop=true,snakeToCamel=false",
|
|
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
|
|
"postinstall": "max setup 2>/dev/null || true",
|
|
"test": "umi-test",
|
|
"test:coverage": "umi-test --coverage"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,less,md,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.ts?(x)": [
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"bin": {
|
|
"ql": "shell/update.sh",
|
|
"task": "shell/task.sh",
|
|
"qinglong": "shell/start.sh"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"react",
|
|
"react-dom",
|
|
"antd",
|
|
"dva",
|
|
"postcss",
|
|
"webpack",
|
|
"eslint",
|
|
"stylelint",
|
|
"redux",
|
|
"@babel/core",
|
|
"monaco-editor",
|
|
"rc-field-form",
|
|
"@types/lodash.merge",
|
|
"rollup",
|
|
"styled-components"
|
|
],
|
|
"allowedVersions": {
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"dva-core": "2"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"sqlite3": "git+https://github.com/whyour/node-sqlite3.git#v1.0.3",
|
|
"@codemirror/state": "6.5.4",
|
|
"@codemirror/view": "6.39.16"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.14.0",
|
|
"@grpc/proto-loader": "^0.8.0",
|
|
"@otplib/preset-default": "^12.0.1",
|
|
"body-parser": "^1.20.3",
|
|
"celebrate": "^15.0.3",
|
|
"chokidar": "^4.0.1",
|
|
"cors": "^2.8.5",
|
|
"cron-parser": "^5.4.0",
|
|
"cross-spawn": "^7.0.6",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.4.6",
|
|
"express": "^4.21.2",
|
|
"express-jwt": "^8.4.1",
|
|
"express-rate-limit": "^7.4.1",
|
|
"express-urlrewrite": "^2.0.3",
|
|
"undici": "^7.9.0",
|
|
"hpagent": "^1.2.0",
|
|
"http-proxy-middleware": "^3.0.3",
|
|
"iconv-lite": "^0.6.3",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lodash": "^4.17.21",
|
|
"multer": "2.1.1",
|
|
"node-schedule": "^2.1.0",
|
|
"nodemailer": "^8.0.1",
|
|
"p-queue-cjs": "7.3.4",
|
|
"@bufbuild/protobuf": "^2.10.0",
|
|
"ps-tree": "^1.2.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"sequelize": "^6.37.5",
|
|
"sockjs": "^0.3.24",
|
|
"sqlite3": "git+https://github.com/whyour/node-sqlite3.git#v1.0.3",
|
|
"toad-scheduler": "^3.0.1",
|
|
"typedi": "^0.10.0",
|
|
"uuid": "^11.0.3",
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"request-ip": "3.3.0",
|
|
"ip2region": "2.3.0",
|
|
"keyv": "^5.2.3",
|
|
"@keyv/sqlite": "^4.0.1",
|
|
"proper-lockfile": "^4.1.2",
|
|
"compression": "^1.7.4",
|
|
"helmet": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"moment": "2.30.1",
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@ant-design/pro-layout": "6.38.22",
|
|
"@codemirror/view": "6.39.16",
|
|
"@codemirror/state": "6.5.4",
|
|
"@monaco-editor/react": "4.2.1",
|
|
"@react-hook/resize-observer": "^2.0.2",
|
|
"react-router-dom": "6.26.1",
|
|
"@types/body-parser": "^1.19.2",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/cross-spawn": "^6.0.2",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-jwt": "^6.0.4",
|
|
"@types/file-saver": "2.0.2",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"@types/lodash": "^4.14.185",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/node": "^17.0.21",
|
|
"@types/node-schedule": "^1.3.2",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/qrcode.react": "^1.0.2",
|
|
"@types/react": "^18.0.20",
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/serve-handler": "^6.1.1",
|
|
"@types/sockjs": "^0.3.33",
|
|
"@types/sockjs-client": "^1.5.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/request-ip": "0.0.41",
|
|
"@types/proper-lockfile": "^4.1.4",
|
|
"@types/ps-tree": "^1.1.6",
|
|
"@uiw/codemirror-extensions-langs": "^4.21.9",
|
|
"@uiw/react-codemirror": "^4.21.9",
|
|
"@umijs/max": "^4.4.4",
|
|
"@umijs/ssr-darkreader": "^4.9.45",
|
|
"ahooks": "^3.7.8",
|
|
"ansi-to-react": "^6.1.6",
|
|
"antd": "^4.24.16",
|
|
"antd-img-crop": "^4.23.0",
|
|
"axios": "^1.4.0",
|
|
"compression-webpack-plugin": "9.2.0",
|
|
"concurrently": "^7.0.0",
|
|
"react-hotkeys-hook": "^4.6.1",
|
|
"file-saver": "2.0.2",
|
|
"lint-staged": "^13.0.3",
|
|
"monaco-editor": "0.33.0",
|
|
"nodemon": "^3.0.1",
|
|
"prettier": "^2.5.1",
|
|
"pretty-bytes": "6.1.1",
|
|
"qiniu": "^7.4.0",
|
|
"qrcode.react": "^1.0.1",
|
|
"query-string": "^7.1.1",
|
|
"rc-tween-one": "^3.0.6",
|
|
"rc-virtual-list": "3.15.0",
|
|
"react": "18.3.1",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-diff-viewer": "^3.1.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "18.3.1",
|
|
"react-intl-universal": "^2.12.0",
|
|
"react-split-pane": "^0.1.92",
|
|
"sockjs-client": "^1.6.0",
|
|
"ts-node": "^10.9.2",
|
|
"ts-proto": "^2.6.1",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "5.2.2",
|
|
"vh-check": "^2.0.5",
|
|
"virtualizedtableforantd4": "1.3.0",
|
|
"@types/compression": "^1.7.2",
|
|
"@types/helmet": "^4.0.0"
|
|
}
|
|
}
|