1 Star 0 Fork 1

go2021/vue3-in-action-vite

forked from 57code/vue3-in-action-vite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
57code 提交于 2021-01-05 15:27 . 玩家数据查询
{
"private": "true",
"name": "vue-in-action-vite",
"version": "0.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build",
"lint": "eslint \"src/**/*.{js,vue}\" --fix",
"test": "jest --runInBand"
},
"gitHooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run test"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"dependencies": {
"axios": "^0.21.1",
"echarts": "^4.2.1",
"element3": "0.0.28",
"js-cookie": "^2.2.1",
"mockjs": "^1.1.0",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"vue": "^3.0.3",
"vue-router": "^4.0.0-rc.5",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"@vue/compiler-sfc": "^3.0.3",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^2.0.0-beta.9",
"autoprefixer": "^8.1.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-beta.4",
"faker": "^5.1.0",
"jest": "^24.0.0",
"lint-staged": "^10.5.1",
"postcss": "^8.1.4",
"prettier": "^1.19.1",
"sass": "^1.30.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.13",
"vite-plugin-mock": "^1.0.6",
"vue-jest": "^5.0.0-alpha.3",
"yorkie": "^2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/go2021/vue3-in-action-vite.git
[email protected]:go2021/vue3-in-action-vite.git
go2021
vue3-in-action-vite
vue3-in-action-vite
master

搜索帮助