web/package.json

20 lines
401 B
JSON
Raw Normal View History

2021-12-28 17:23:04 +01:00
{
"name": "rb-web",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
2021-12-28 17:35:40 +01:00
"preview": "vite preview",
"image": "docker build -t chewingbever/rb-blog ."
2021-12-28 17:23:04 +01:00
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
}
2021-12-28 17:35:40 +01:00
}