代码拉取完成,页面将自动刷新
{
"name": "vue-gui-admin",
"private": true,
"version": "1.1.0",
"scripts": {
"bootstrap": "pnpm install",
"dev": "vite",
"serve": "npm run dev",
"build": "rimraf dist && vite build",
"client": "rimraf dist && vite build --mode client",
"maxclient": "rimraf dist && node --max_old_space_size=8192 node_modules/vite/bin/vite.js build --mode client",
"maxbuild": "rimraf dist && node --max_old_space_size=8192 node_modules/vite/bin/vite.js build --mode build",
"preview": "vite preview",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:lint-staged": "lint-staged"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@gui-pkg/antdcomponents": "^1.1.25",
"@gui-pkg/components": "^1.1.25",
"@gui-pkg/enums": "^1.1.25",
"@gui-pkg/hooks": "^1.1.25",
"@gui-pkg/request": "^1.1.25",
"@gui-pkg/styles": "^1.1.25",
"@gui-pkg/utils": "^1.1.25",
"@photo-sphere-viewer/core": "^5.6.0",
"@photo-sphere-viewer/gallery-plugin": "^5.6.0",
"@photo-sphere-viewer/markers-plugin": "^5.6.0",
"@photo-sphere-viewer/virtual-tour-plugin": "^5.6.0",
"@space8/czm-plugin": "^1.1.30",
"@turf/turf": "^7.1.0",
"@vueuse/core": "^10.9.0",
"ant-design-vue": "^3.2.20",
"axios": "^1.6.8",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"gmap-ol": "^0.6.2",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"ol": "^9.1.0",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.55.0",
"sortablejs": "^1.15.0",
"vue": "3.3.13",
"vue-router": "^4.3.0",
"vue-types": "^5.1.1",
"vue3-scroll-seamless": "^1.0.6",
"vxe-table": "4.6.12",
"vxe-table-plugin-export-xlsx": "4.0.1",
"xe-utils": "^3.5.24"
},
"devDependencies": {
"@gui-pkg/types": "^1.1.25",
"@purge-icons/generated": "^0.9.0",
"@types/node": "^20.4.1",
"@types/ol": "^6.5.3",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"less": "^4.1.3",
"lint-staged": "13.1.0",
"mockjs": "^1.1.0",
"pkg-types": "^1.0.1",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"postcss-pxtorem": "^6.0.0",
"prettier": "^3.0.0",
"rimraf": "^3.0.2",
"stylelint-order": "^6.0.4",
"typescript": "^5.0.4",
"unocss": "^0.58.3",
"vite": "4.5.3",
"vite-plugin-mock": "2.9.6",
"vite-plugin-static-copy": "^0.17.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": "^16 || >=16"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。