1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-15 00:41:23 +00:00
hasura-rest-hands-on/frontend/package.json
2023-01-01 01:24:48 +00:00

17 lines
340 B
JSON

{
"name": "vue3-hasura-rest",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vueup/vue-quill": "^1.0.0-beta.9",
"axios": "^1.0.0",
"lodash.debounce": "^4.0.8",
"vite": "^4.0.0",
"vue": "^3.2.37"
}
}