hasura-rest-hands-on/frontend/package.json

18 lines
341 B
JSON
Raw Normal View History

2021-07-22 21:10:05 +09:00
{
"name": "vue3-hasura-rest",
"version": "1.0.0",
"private": true,
"scripts": {
2022-02-28 14:31:41 +09:00
"dev": "vite",
"build": "vite build"
2021-07-22 21:10:05 +09:00
},
"dependencies": {
2022-08-17 15:53:28 +09:00
"@vitejs/plugin-vue": "^3.0.3",
2022-08-01 20:52:08 +09:00
"@vueup/vue-quill": "^1.0.0-beta.9",
"axios": "^0.27.2",
2021-07-22 21:10:05 +09:00
"lodash.debounce": "^4.0.8",
2022-08-17 15:53:28 +09:00
"vite": "^3.0.8",
2022-08-01 20:52:08 +09:00
"vue": "^3.2.37"
2021-07-22 21:10:05 +09:00
}
}