omm-front/package.json
2022-08-23 15:08:22 -06:00

18 lines
316 B
JSON

{
"name": "omm-front",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 13280"
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"vite": "^3.0.4"
}
}