2022-11-24 23:37:34 +08:00
|
|
|
{
|
|
|
|
"name": "hotgo",
|
2024-04-22 23:08:40 +08:00
|
|
|
"version": "2.15.1",
|
2022-11-24 23:37:34 +08:00
|
|
|
"author": {
|
2023-01-18 16:23:39 +08:00
|
|
|
"name": "MengShuai",
|
|
|
|
"email": "133814250@qq.com",
|
|
|
|
"url": "https://github.com/bufanyun/hotgo"
|
2022-11-24 23:37:34 +08:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "yarn install",
|
|
|
|
"serve": "npm run dev",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build && esno ./build/script/postBuild.ts",
|
|
|
|
"build:no-cache": "yarn clean:cache && npm run build",
|
|
|
|
"report": "cross-env REPORT=true npm run build",
|
|
|
|
"preview": "npm run build && vite preview",
|
|
|
|
"preview:dist": "vite preview",
|
|
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
|
|
|
|
"clean:lib": "rimraf node_modules",
|
|
|
|
"build typecheck": "vuedx-typecheck . && vite build",
|
|
|
|
"deploy": "gh-pages -d dist",
|
|
|
|
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
|
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
|
|
|
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
|
|
|
"lint:pretty": "pretty-quick --staged",
|
|
|
|
"test prod gzip": "http-server dist --cors --gzip -c-1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-29 20:08:00 +08:00
|
|
|
"@vicons/antd": "^0.12.0",
|
|
|
|
"@vicons/ionicons5": "^0.12.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"@vue/runtime-core": "^3.4.21",
|
2023-12-29 20:08:00 +08:00
|
|
|
"@vueup/vue-quill": "^1.2.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"@vueuse/core": "^10.9.0",
|
|
|
|
"axios": "^1.6.8",
|
2022-11-24 23:37:34 +08:00
|
|
|
"date-fns": "^2.28.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"echarts": "^5.5.0",
|
2022-11-24 23:37:34 +08:00
|
|
|
"element-resize-detector": "^1.2.4",
|
2024-03-07 20:08:56 +08:00
|
|
|
"fingerprintjs2": "^2.1.4",
|
2023-05-07 14:16:46 +08:00
|
|
|
"highlight.js": "^11.8.0",
|
2022-11-24 23:37:34 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-03-07 20:08:56 +08:00
|
|
|
"mint-filter": "^4.0.3",
|
2024-04-22 23:08:40 +08:00
|
|
|
"naive-ui": "^2.38.1",
|
2023-12-29 20:08:00 +08:00
|
|
|
"pinia": "^2.1.7",
|
2024-03-07 20:08:56 +08:00
|
|
|
"pinyin-pro": "^3.16.3",
|
|
|
|
"print-js": "^1.6.0",
|
2023-02-23 17:53:04 +08:00
|
|
|
"qrcode.vue": "3.3.3",
|
2022-11-24 23:37:34 +08:00
|
|
|
"qs": "^6.10.3",
|
2023-12-29 20:08:00 +08:00
|
|
|
"quill-image-uploader": "^1.3.0",
|
2023-02-08 20:29:34 +08:00
|
|
|
"quill-magic-url": "^4.2.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"spark-md5": "^3.0.2",
|
2023-02-08 20:29:34 +08:00
|
|
|
"throttle-debounce": "^5.0.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"vue": "^3.4.21",
|
|
|
|
"vue-router": "^4.3.0",
|
2023-12-29 20:08:00 +08:00
|
|
|
"vue-types": "^5.1.1",
|
2024-04-22 23:08:40 +08:00
|
|
|
"vue-waterfall-plugin-next": "^2.2.3",
|
2022-11-24 23:37:34 +08:00
|
|
|
"vue3-json-viewer": "^2.2.2",
|
2023-05-10 23:54:50 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
"weixin-js-sdk": "^1.6.0"
|
2022-11-24 23:37:34 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-29 20:08:00 +08:00
|
|
|
"@commitlint/cli": "^17.7.0",
|
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
|
|
"@types/lodash": "^4.14.197",
|
|
|
|
"@types/node": "^18.17.4",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
2024-04-24 11:56:14 +08:00
|
|
|
"@vue/compiler-sfc": "^3.4.21",
|
|
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"commitizen": "^4.3.0",
|
|
|
|
"core-js": "^3.36.1",
|
|
|
|
"crypto-js": "^4.2.0",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"eslint-define-config": "1.12.0",
|
|
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^9.24.1",
|
|
|
|
"esno": "^0.16.3",
|
|
|
|
"gh-pages": "^4.0.0",
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"less-loader": "^11.1.4",
|
|
|
|
"lint-staged": "^13.3.0",
|
2024-04-22 23:08:40 +08:00
|
|
|
"postcss": "^8.4.38",
|
2024-04-24 11:56:14 +08:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"pretty-quick": "^3.3.1",
|
2022-11-24 23:37:34 +08:00
|
|
|
"rimraf": "^3.0.2",
|
2024-04-24 11:56:14 +08:00
|
|
|
"stylelint": "^14.16.1",
|
|
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
|
|
"stylelint-config-standard": "^29.0.0",
|
|
|
|
"stylelint-order": "^5.0.0",
|
|
|
|
"stylelint-scss": "^4.7.0",
|
2024-04-24 23:25:29 +08:00
|
|
|
"tailwindcss": "^2.2.19",
|
2024-04-22 23:08:40 +08:00
|
|
|
"typescript": "^5.3.0",
|
2024-04-24 11:56:14 +08:00
|
|
|
"unplugin-vue-components": "^0.22.12",
|
2024-04-22 23:08:40 +08:00
|
|
|
"vite": "^4.5.3",
|
2023-12-29 20:08:00 +08:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2022-11-24 23:37:34 +08:00
|
|
|
"vite-plugin-html": "^2.1.2",
|
2023-01-25 11:49:21 +08:00
|
|
|
"vite-plugin-require-transform": "^1.0.5",
|
2023-12-29 20:08:00 +08:00
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
2023-01-25 11:49:21 +08:00
|
|
|
"vite-plugin-top-level-await": "^1.2.2",
|
2023-05-29 11:54:51 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-11-24 23:37:34 +08:00
|
|
|
"vue-eslint-parser": "^7.11.0"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{vue,js,ts,tsx}": "eslint --fix"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-customizable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"keywords": [
|
2023-01-18 16:23:39 +08:00
|
|
|
"hotgo",
|
|
|
|
"hg",
|
|
|
|
"gf",
|
|
|
|
"goframe",
|
2022-11-24 23:37:34 +08:00
|
|
|
"vue",
|
|
|
|
"naive-ui",
|
|
|
|
"naive-ui-admin",
|
|
|
|
"vue3",
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"admin",
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-01-18 16:23:39 +08:00
|
|
|
"url": "git+https://github.com/bufanyun/hotgo.git"
|
2022-11-24 23:37:34 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-01-18 16:23:39 +08:00
|
|
|
"url": "https://github.com/bufanyun/hotgo/issues"
|
2022-11-24 23:37:34 +08:00
|
|
|
},
|
2023-01-18 16:23:39 +08:00
|
|
|
"homepage": "https://github.com/bufanyun/hotgo",
|
2022-11-24 23:37:34 +08:00
|
|
|
"engines": {
|
2023-12-29 20:08:00 +08:00
|
|
|
"node": ">=16"
|
2022-11-24 23:37:34 +08:00
|
|
|
}
|
|
|
|
}
|