1 Star 0 Fork 4

Nick.Huang/scui-vite

forked from zxp-lethe/scui-vite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
zxp-lethe 提交于 2023-12-04 18:09 . first commit
{
"name": "scui-plus",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"serve": "vite build && vite preview",
"build": "vite build",
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,js}\" --fix",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite/",
"clean:lib": "rimraf node_modules"
},
"dependencies": {
"@tinymce/tinymce-vue": "^5.1.1",
"axios": "^1.6.2",
"codemirror": "5.65.5",
"core-js": "^3.33.2",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
"echarts": "^5.4.3",
"element-plus": "^2.4.2",
"nprogress": "^0.2.0",
"pinyin-match": "^1.2.4",
"qrcodejs2-fix": "^0.0.1",
"tinymce": "^6.7.3",
"vue": "^3.3.4",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"xgplayer": "^3.0.10",
"xgplayer-hls": "^3.0.10"
},
"devDependencies": {
"@types/sortablejs": "^1.15.7",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vite-plugin-compression": "^0.5.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huang646373491/scui-vite.git
[email protected]:huang646373491/scui-vite.git
huang646373491
scui-vite
scui-vite
master

搜索帮助