加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
adicwu 提交于 2022-11-16 10:36 . chore: 项目优化
{
"name": "masami",
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.1",
"axios": "^0.21.1",
"element-plus": "^2.0.5",
"moment": "^2.29.1",
"pinia": "^2.0.9",
"sorarain": "^0.5.71",
"video.js": "^7.17.0",
"vue": "^3.2.31",
"vue-router": "4.1.2"
},
"devDependencies": {
"@types/node": "^18.7.16",
"@types/video.js": "^7.3.31",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"less": "^4.1.1",
"less-loader": "^9.1.0",
"path": "^0.12.7",
"prettier": "^2.3.2",
"rollup-plugin-visualizer": "^5.8.3",
"typescript": "^4.6.2",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.3.7",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-compression": "^0.2.5",
"vite-plugin-style-import": "^0.10.1",
"vue-tsc": "^0.40.12"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化