27 lines
567 B
JSON
27 lines
567 B
JSON
{
|
|
"name": "oj-next",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"element-plus": "^2.2.28",
|
|
"pinia": "^2.0.28",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"typescript": "^4.9.3",
|
|
"unplugin-auto-import": "^0.12.1",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^4.0.0",
|
|
"vue-tsc": "^1.0.11"
|
|
}
|
|
}
|