1 Star 0 Fork 1

billywu/patients-h5-99

forked from dhf/patients-h5-99 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
dhf 提交于 2023-11-04 15:31 . 首页模块-@vueuse/core
{
"name": "patients-h5-99",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"axios": "^1.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.2.0",
"vant": "^4.7.3",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.14.2",
"@types/nprogress": "^0.2.2",
"@vant/auto-import-resolver": "^1.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.8.4",
"sass": "^1.69.5",
"typescript": "~4.8.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.1.4",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/billywu/patients-h5-99.git
git@gitee.com:billywu/patients-h5-99.git
billywu
patients-h5-99
patients-h5-99
master

搜索帮助