omm-front/package.json
2022-08-20 22:56:36 -06:00

18 lines
326 B
JSON

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