加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
Joeshu 提交于 2023-09-15 20:21 . chore: update dependency
{
"name": "v-shop",
"version": "3.5.1",
"private": true,
"engines": {
"node": ">= 16",
"pnpm": ">= 8"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:test": "vite build --mode test",
"preview": "vite preview",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,js,jsx,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,json,tsx,css,less,scss,vue,html,md}\""
},
"dependencies": {
"@vant/area-data": "^1.3.1",
"@vant/use": "^1.5.1",
"@vueuse/core": "^7.7.1",
"axios": "^0.21.4",
"compressorjs": "^1.1.1",
"dayjs": "^1.11.5",
"good-storage": "^1.1.1",
"gsap": "^3.11.5",
"number-precision": "^1.5.2",
"pinia": "^2.0.18",
"qs": "^6.11.0",
"vant": "^4.1.2",
"vue": "^3.2.37",
"vue-page-stack-router": "^3.2.6",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@types/node": "^18.7.5",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-typescript": "^11.0.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"eslint-config-alloy": "^4.6.2",
"eslint-define-config": "^1.6.0",
"eslint-plugin-vue": "^9.3.0",
"less": "^4.1.3",
"postcss": "^8.4.16",
"postcss-mobile-forever": "^3.3.2",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.7.1",
"terser": "^5.16.9",
"typescript": "^4.7.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^4.2.1",
"vite-plugin-html": "^3.2.0",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.31.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化