1 Star 0 Fork 0

疯子-百炼成仙 / vue3_element_plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
疯子-百炼成仙 提交于 2023-06-16 14:22 . feat:"视频功能"
{
"name": "vue3-elementplus",
"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 -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"prepare": "husky install"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.1.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.4.0",
"echarts": "^5.4.2",
"element-plus": "^2.3.5",
"husky-init": "^8.0.0",
"md-editor-v3": "^4.1.1",
"mitt": "^3.0.0",
"node-sass": "^9.0.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.36",
"print-js": "^1.6.0",
"sass-loader": "^13.3.1",
"vue": "^3.3.2",
"vue-i18n": "^9.3.0-beta.19",
"vue-router": "^4.2.0",
"vue3-video-play": "^1.3.1-beta.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}
1
https://gitee.com/memory2121/vue3_element_plus.git
git@gitee.com:memory2121/vue3_element_plus.git
memory2121
vue3_element_plus
vue3_element_plus
master

搜索帮助