1 Star 0 Fork 0

xwq/OJ-FE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
xwq 提交于 2025-01-27 01:14 . new version
{
"name": "oj",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5174",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"clear": "node ./scripts/clear.js",
"deploy": "npm run build && npm run upload",
"upload": "node ./scripts/upload.js",
"commit": "git add . && git commit -m \"new version\" && git push --set-upstream origin master"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@kangc/v-md-editor": "^2.3.18",
"@vueuse/core": "^12.0.0",
"@vueuse/router": "^12.4.0",
"ace-builds": "^1.37.1",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"event-source-polyfill": "^1.0.31",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"loadsh": "^0.0.4",
"mitt": "^3.0.1",
"monaco-editor": "^0.52.2",
"monaco-editor-nls": "^3.1.0",
"p-limit": "^6.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^4.0.2",
"plyr": "^3.7.8",
"prismjs": "^1.29.0",
"qiankun": "^2.10.16",
"qrcode": "^1.5.4",
"spark-md5": "^3.0.2",
"vite-plugin-prismjs": "^0.0.11",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vue3-ace-editor": "^2.2.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20.17.11",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"monaco-editor-esm-webpack-plugin": "^2.1.0",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.49",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.17",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vue-svg-loader": "^0.10.0",
"vue-tsc": "^2.0.21"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/x_wq3337/oj-fe.git
[email protected]:x_wq3337/oj-fe.git
x_wq3337
oj-fe
OJ-FE
master

搜索帮助