2024-11-07 16:35:04 +08:00
|
|
|
{
|
2024-12-14 13:35:34 +08:00
|
|
|
"name": "yunheng",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "云恒WMS",
|
|
|
|
"license": "Apache-2.0",
|
2024-11-07 16:35:04 +08:00
|
|
|
"author": {
|
2024-12-14 13:35:34 +08:00
|
|
|
"name": "云恒WMS",
|
|
|
|
"email": "yunhengcloud@163.com",
|
|
|
|
"url": "https://www.baidu.com"
|
2024-11-07 16:35:04 +08:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "pnpm install",
|
|
|
|
"serve": "pnpm run dev",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
|
|
|
|
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
|
2024-12-17 19:03:11 +08:00
|
|
|
"build:prod": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
|
2024-11-07 16:35:04 +08:00
|
|
|
"build:no-cache": "pnpm clean:cache && pnpm run build",
|
|
|
|
"report": "cross-env REPORT=true pnpm run build",
|
|
|
|
"type:check": "vue-tsc --noEmit --skipLibCheck",
|
|
|
|
"preview": "pnpm run build && vite preview",
|
|
|
|
"preview:dist": "vite preview",
|
|
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
|
|
|
|
"clean:lib": "rimraf node_modules",
|
|
|
|
"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:pretty": "pretty-quick --staged",
|
|
|
|
"test prod gzip": "http-server dist --cors --gzip -c-1",
|
|
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && pnpm run bootstrap",
|
|
|
|
"build typecheck": "vuedx-typecheck . && vite build",
|
|
|
|
"deploy": "gh-pages -d dist"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@vicons/antd": "^0.10.0",
|
|
|
|
"@vicons/ionicons5": "^0.10.0",
|
|
|
|
"@vueup/vue-quill": "1.0.0-beta.8",
|
|
|
|
"@vueuse/components": "^9.13.0",
|
|
|
|
"@vueuse/core": "^8.9.4",
|
|
|
|
"axios": "^1.7.7",
|
|
|
|
"cropperjs": "^1.6.2",
|
|
|
|
"date-fns": "^2.30.0",
|
|
|
|
"echarts": "^5.5.1",
|
|
|
|
"element-resize-detector": "^1.2.4",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mockjs": "^1.1.0",
|
2024-11-09 16:55:04 +08:00
|
|
|
"naive-ui": "^2.40.0",
|
2024-11-07 16:35:04 +08:00
|
|
|
"perfect-scrollbar": "^1.5.5",
|
|
|
|
"pinia": "^2.2.2",
|
|
|
|
"print-js": "^1.6.0",
|
|
|
|
"qrcode": "^1.5.4",
|
|
|
|
"qs": "^6.13.0",
|
|
|
|
"vue": "^3.5.1",
|
|
|
|
"vue-router": "^4.4.3",
|
|
|
|
"vue-types": "^4.2.1",
|
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
"xlsx": "^0.17.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^12.1.4",
|
|
|
|
"@commitlint/config-conventional": "^12.1.4",
|
2024-11-12 15:59:34 +08:00
|
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
|
|
|
"tinymce": "5.10.3",
|
2024-11-07 16:35:04 +08:00
|
|
|
"@types/element-resize-detector": "^1.1.6",
|
|
|
|
"@types/intro.js": "^3.0.2",
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
"@types/node": "^20.16.5",
|
|
|
|
"@types/qrcode": "^1.5.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.1.3",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
|
|
"@vue/compiler-sfc": "^3.5.1",
|
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
"commitizen": "^4.3.0",
|
|
|
|
"core-js": "^3.38.1",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"dotenv": "^10.0.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"eslint-define-config": "^1.24.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
|
|
"esno": "^0.7.3",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"gh-pages": "^3.2.3",
|
|
|
|
"husky": "^6.0.0",
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"less-loader": "^9.1.0",
|
|
|
|
"lint-staged": "^11.2.6",
|
|
|
|
"picocolors": "^1.1.0",
|
|
|
|
"postcss": "^8.4.45",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"pretty-quick": "^3.3.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
|
"stylelint": "^13.13.1",
|
|
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
|
|
"stylelint-config-standard": "^22.0.0",
|
|
|
|
"stylelint-order": "^4.1.0",
|
|
|
|
"stylelint-scss": "^3.21.0",
|
|
|
|
"tailwindcss": "^3.4.10",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
|
|
"vite": "^5.4.3",
|
|
|
|
"vite-plugin-compression": "^0.3.6",
|
|
|
|
"vite-plugin-html": "^3.2.2",
|
|
|
|
"vite-plugin-mock": "^2.9.8",
|
|
|
|
"vite-plugin-style-import": "^1.4.1",
|
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
|
|
"vue-eslint-parser": "^7.11.0",
|
|
|
|
"vue-tsc": "^0.3.0"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{vue,js,ts,tsx}": "eslint --fix"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-customizable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"naive-ui",
|
|
|
|
"vue3",
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"admin",
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": "^18 || >=20"
|
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"ignoreMissing": [
|
|
|
|
"rollup",
|
|
|
|
"webpack"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|