mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "vue3-hasura-rest",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vueup/vue-quill": "^1.0.0-beta.9",
|
|
"axios": "^0.27.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"vite": "^3.0.4",
|
|
"vue": "^3.2.37"
|
|
}
|
|
}
|