mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
db80e68ff2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "vue3-hasura-rest",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vueup/vue-quill": "^1.1.0",
|
|
"@vueuse/core": "^12.0.0",
|
|
"vite": "^6.0.0",
|
|
"vue": "^3.2.47"
|
|
}
|
|
}
|