加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
刘正星 提交于 2023-04-16 14:42 . update
{
"name": "vue-vite-h5",
"version": "0.1.0",
"license": "MIT",
"author": "LZHD",
"description": "Developing with Vue 3 and Typescript in Vite.",
"repository": {
"type": "git",
"url": "https://github.com/LZHD/vue-vite-h5"
},
"bugs": {
"url": "https://github.com/LZHD/vue-vite-h5/issues"
},
"homepage": "https://github.com/LZHD/vue-vite-h5#readme",
"scripts": {
"dev": "vite",
"start": "npm run dev",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
"generate": "plop"
},
"dependencies": {
"@nutui/nutui": "^4.0.3",
"@vant/compat": "^1",
"@vueuse/core": "^9.13.0",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"tinify": "^1.7.1",
"v-viewer": "^3.0.11",
"vant": "^4",
"vue": "^3.2.26",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@iconify-json/bi": "^1.1.15",
"@iconify-json/material-symbols": "^1.1.34",
"@types/node": "^16.11.14",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@unocss/preset-attributify": "^0.50.4",
"@unocss/preset-icons": "^0.50.4",
"@unocss/preset-uno": "^0.50.4",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"eslint": "^8.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.2.0",
"fast-glob": "^3.2.12",
"lint-staged": "^12.1.2",
"plop": "^3.0.5",
"postcss": "^8.4.5",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.5.1",
"sass": "^1.45.0",
"typescript": "^4.5.2",
"unocss": "^0.50.4",
"unplugin-vue-components": "^0.21.1",
"vite": "^2.7.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.29.8",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"eslint"
]
},
"engines": {
"node": ">=14.17.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化