2024-03-08 17:59:45 +08:00
|
|
|
{
|
2024-04-17 23:47:17 +08:00
|
|
|
"name": "snail-job",
|
2024-03-08 17:59:45 +08:00
|
|
|
"type": "module",
|
2025-03-03 13:34:01 +08:00
|
|
|
"version": "1.4.0-beta2",
|
2024-03-26 11:47:11 +08:00
|
|
|
"description": "A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.",
|
2024-04-28 14:06:34 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-04-17 23:47:17 +08:00
|
|
|
"homepage": "https://gitee.com/aizuda/snail-job",
|
2024-03-08 17:59:45 +08:00
|
|
|
"repository": {
|
2024-05-13 23:16:41 +08:00
|
|
|
"githubUrl": "https://github.com/aizuda/snail-job.git",
|
|
|
|
"giteeUrl": "https://gitee.com/aizuda/snail-job.git"
|
2024-03-08 17:59:45 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2024-04-17 23:47:17 +08:00
|
|
|
"url": "https://gitee.com/aizuda/snail-job/issues"
|
2024-03-08 17:59:45 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-03-26 11:47:11 +08:00
|
|
|
"Job",
|
2024-05-13 23:16:41 +08:00
|
|
|
"Retry",
|
2024-04-17 23:47:17 +08:00
|
|
|
"Snail Job",
|
2024-03-08 17:59:45 +08:00
|
|
|
"Vue3 admin ",
|
|
|
|
"vue-admin-template",
|
|
|
|
"Vite5",
|
|
|
|
"TypeScript",
|
|
|
|
"naive-ui",
|
|
|
|
"naive-ui-admin",
|
|
|
|
"ant-design-vue v4",
|
|
|
|
"UnoCSS"
|
|
|
|
],
|
2024-04-25 10:30:24 +08:00
|
|
|
"engines": {
|
2024-04-28 14:06:34 +08:00
|
|
|
"node": ">=18.12.0",
|
|
|
|
"pnpm": ">=8.7.0"
|
2024-04-25 10:30:24 +08:00
|
|
|
},
|
2024-03-08 17:59:45 +08:00
|
|
|
"scripts": {
|
2024-03-21 10:57:53 +08:00
|
|
|
"build": "vite build --mode prod",
|
|
|
|
"build:test": "vite build --mode test",
|
2024-03-08 17:59:45 +08:00
|
|
|
"cleanup": "sa cleanup",
|
|
|
|
"commit": "sa git-commit",
|
2024-08-30 16:34:49 +08:00
|
|
|
"commit:zh": "sa git-commit -l=zh-cn",
|
2024-03-21 10:57:53 +08:00
|
|
|
"dev": "vite --mode test",
|
|
|
|
"dev:prod": "vite --mode prod",
|
2024-03-08 17:59:45 +08:00
|
|
|
"gen-route": "sa gen-route",
|
|
|
|
"lint": "eslint . --fix",
|
|
|
|
"prepare": "simple-git-hooks",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"release": "sa release",
|
|
|
|
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
|
|
|
"update-pkg": "sa update-pkg"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@better-scroll/core": "2.5.1",
|
2024-04-30 16:32:55 +08:00
|
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
2025-03-03 11:54:57 +08:00
|
|
|
"@iconify/vue": "4.3.0",
|
2024-03-08 17:59:45 +08:00
|
|
|
"@sa/axios": "workspace:*",
|
2024-05-08 11:57:58 +08:00
|
|
|
"@sa/color": "workspace:*",
|
2024-04-20 22:40:47 +08:00
|
|
|
"@sa/cron-input": "workspace:*",
|
2024-03-08 17:59:45 +08:00
|
|
|
"@sa/hooks": "workspace:*",
|
|
|
|
"@sa/materials": "workspace:*",
|
|
|
|
"@sa/utils": "workspace:*",
|
2025-06-19 14:25:48 +08:00
|
|
|
"@vicons/fluent": "^0.13.0",
|
2025-03-03 11:54:57 +08:00
|
|
|
"@vueuse/core": "12.5.0",
|
2024-03-08 17:59:45 +08:00
|
|
|
"clipboard": "2.0.11",
|
2024-09-20 10:57:52 +08:00
|
|
|
"dayjs": "1.11.13",
|
2025-03-03 11:54:57 +08:00
|
|
|
"defu": "6.1.4",
|
2024-07-23 11:42:03 +08:00
|
|
|
"echarts": "5.5.1",
|
2024-07-23 11:44:48 +08:00
|
|
|
"highlight.js": "^11.10.0",
|
2024-09-20 10:57:52 +08:00
|
|
|
"json5": "2.2.3",
|
2025-03-03 11:54:57 +08:00
|
|
|
"naive-ui": "2.41.0",
|
2024-03-08 17:59:45 +08:00
|
|
|
"nprogress": "0.2.0",
|
2025-03-03 11:54:57 +08:00
|
|
|
"pinia": "3.0.0",
|
|
|
|
"tailwind-merge": "3.0.1",
|
2024-04-25 10:16:17 +08:00
|
|
|
"ts-md5": "1.3.1",
|
2025-03-03 11:54:57 +08:00
|
|
|
"vue": "3.5.13",
|
2024-07-23 11:44:48 +08:00
|
|
|
"vue-codemirror6": "^1.3.4",
|
2024-06-21 10:33:06 +08:00
|
|
|
"vue-drag-resize": "^1.5.4",
|
2025-03-03 11:54:57 +08:00
|
|
|
"vue-draggable-plus": "0.6.0",
|
|
|
|
"vue-i18n": "11.1.1",
|
|
|
|
"vue-router": "4.5.0",
|
2024-06-24 14:27:07 +08:00
|
|
|
"vue3-puzzle-vcode": "^1.1.7"
|
2024-03-08 17:59:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-09 14:39:33 +08:00
|
|
|
"@elegant-router/vue": "0.3.8",
|
2025-03-03 11:54:57 +08:00
|
|
|
"@iconify/json": "2.2.305",
|
2024-03-08 17:59:45 +08:00
|
|
|
"@sa/scripts": "workspace:*",
|
|
|
|
"@sa/uno-preset": "workspace:*",
|
2025-03-03 11:54:57 +08:00
|
|
|
"@soybeanjs/eslint-config": "1.4.4",
|
|
|
|
"@types/node": "22.13.1",
|
2024-03-08 17:59:45 +08:00
|
|
|
"@types/nprogress": "0.2.3",
|
2025-03-03 11:54:57 +08:00
|
|
|
"@unocss/eslint-config": "65.4.3",
|
|
|
|
"@unocss/preset-icons": "65.4.3",
|
|
|
|
"@unocss/preset-uno": "65.4.3",
|
|
|
|
"@unocss/transformer-directives": "65.4.3",
|
|
|
|
"@unocss/transformer-variant-group": "65.4.3",
|
|
|
|
"@unocss/vite": "65.4.3",
|
|
|
|
"@vitejs/plugin-vue": "5.2.1",
|
|
|
|
"@vitejs/plugin-vue-jsx": "4.1.1",
|
|
|
|
"eslint": "9.20.0",
|
|
|
|
"eslint-plugin-vue": "9.32.0",
|
|
|
|
"lint-staged": "15.4.3",
|
|
|
|
"sass": "1.84.0",
|
2024-03-28 16:31:21 +08:00
|
|
|
"simple-git-hooks": "2.11.1",
|
2025-03-03 11:54:57 +08:00
|
|
|
"tsx": "4.19.2",
|
|
|
|
"typescript": "5.7.3",
|
|
|
|
"unplugin-icons": "22.0.0",
|
|
|
|
"unplugin-vue-components": "28.0.0",
|
|
|
|
"vite": "6.1.0",
|
2024-03-08 17:59:45 +08:00
|
|
|
"vite-plugin-progress": "0.0.7",
|
|
|
|
"vite-plugin-svg-icons": "2.0.1",
|
2025-03-03 11:54:57 +08:00
|
|
|
"vite-plugin-vue-devtools": "7.7.1",
|
2024-06-07 11:24:30 +08:00
|
|
|
"vue-eslint-parser": "9.4.3",
|
2025-03-03 11:54:57 +08:00
|
|
|
"vue-tsc": "2.2.0"
|
2024-03-08 17:59:45 +08:00
|
|
|
},
|
|
|
|
"simple-git-hooks": {
|
|
|
|
"commit-msg": "pnpm sa git-commit-verify",
|
|
|
|
"pre-commit": "pnpm typecheck && pnpm lint-staged"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*": "eslint --fix"
|
|
|
|
},
|
2024-05-15 23:56:51 +08:00
|
|
|
"officialWebsite": "https://snailjob.opensnail.com",
|
2024-05-23 09:15:00 +08:00
|
|
|
"website": "https://snailjob.opensnail.com/docs/preview.html"
|
2024-03-08 17:59:45 +08:00
|
|
|
}
|