4 Star 88 Fork 37

Vergil/v3-big-screen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Vergil 提交于 2021-09-25 22:15 . feat: echarts升级
{
"name": "v3-big-screen",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix --ext .ts,.tsx",
"prepare": "husky install",
"deploy": "gh-pages -d dist",
"deploy:build": "npm run build && npm run deploy"
},
"lint-staged": {
"*.{vue,js,ts,tsx}": "eslint --fix"
},
"dependencies": {
"echarts": "^5.2.0",
"vue": "^3.2.6",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "^3.2.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"sass": "^1.39.0",
"typescript": "^4.3.2",
"vite": "^2.5.2",
"vue-tsc": "^0.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vergil_lu/v3-big-screen.git
git@gitee.com:vergil_lu/v3-big-screen.git
vergil_lu
v3-big-screen
v3-big-screen
master

搜索帮助