This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
rusty-bever/web/package.json

21 lines
406 B
JSON
Raw Permalink Normal View History

2021-08-16 21:08:16 +02:00
{
2021-10-10 09:28:21 +02:00
"name": "rusty-bever",
"version": "0.0.0",
2021-08-16 21:08:16 +02:00
"scripts": {
2021-10-10 09:28:21 +02:00
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.16"
2021-08-16 21:08:16 +02:00
},
"devDependencies": {
2021-10-10 09:28:21 +02:00
"@types/node": "^16.10.3",
"@vitejs/plugin-vue": "^1.9.3",
"miragejs": "^0.1.42",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
2021-08-16 21:08:16 +02:00
}
}