Files
ojnext/package.json
2023-04-03 20:03:53 +08:00

49 lines
1.3 KiB
JSON

{
"name": "oj-next",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"start": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"fmt": "prettier --write src *.ts"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@monaco-editor/loader": "^1.3.3",
"@vueuse/core": "^9.13.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.3.4",
"chart.js": "^4.2.1",
"copy-text-to-clipboard": "^3.1.0",
"date-fns": "^2.29.3",
"highlight.js": "^11.7.0",
"naive-ui": "^2.34.3",
"normalize.css": "^8.0.1",
"party-js": "^2.2.0",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",
"@types/node": "^18.15.11",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"markdown-it-shiki": "^0.8.0",
"monaco-editor": "0.30.1",
"prettier": "^2.8.7",
"terser": "^5.16.8",
"typescript": "^5.0.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-vue-markdown": "^0.22.4",
"vue-tsc": "^1.2.0"
}
}