1 Star 0 Fork 0

sakura-J/vue3-xiaoyuhdcustomer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
sakura-J 提交于 2024-06-17 14:09 . 新增客服退款申请 待测试
{
"name": "xiaoyuhdcustomer",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,tests,types}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"{src,tests,types}/**/*.{vue,js,jsx,ts,tsx,json,css,less,scss,html,md}\"",
"lint": "npm run lint:eslint && npm run lint:prettier",
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.7.0",
"animate.css": "^4.1.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"element-plus": "^2.7.3",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.11.2",
"vue": "^3.4.27",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@tsconfig/node18": "^18.2.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.3",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@unocss/eslint-config": "^0.58.0",
"@unocss/postcss": "^0.58.3",
"@unocss/preset-attributify": "^0.58.0",
"@unocss/preset-rem-to-px": "^0.58.0",
"@unocss/transformer-directives": "^0.58.0",
"@unocss/transformer-variant-group": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.0",
"amap-jsapi-v2-types": "^1.3.4",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.17.0",
"lint-staged": "^15.2.0",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"typescript": "~5.3.0",
"unocss": "^0.58.2",
"vite": "^5.0.10",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.25"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less,scss,html,md}": [
"prettier --write"
],
"package.json": [
"prettier --write"
]
},
"eslintConfig": {
"quoteProps": "as-needed"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sakura-J/vue3-xiaoyuhdcustomer.git
git@gitee.com:sakura-J/vue3-xiaoyuhdcustomer.git
sakura-J
vue3-xiaoyuhdcustomer
vue3-xiaoyuhdcustomer
master

搜索帮助