mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
21 lines
449 B
JSON
21 lines
449 B
JSON
|
{
|
||
|
"name": "vue3-hasura-rest",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@vueup/vue-quill": "^1.0.0-beta.7",
|
||
|
"axios": "^0.21.1",
|
||
|
"lodash.debounce": "^4.0.8",
|
||
|
"vue": "^3.1.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^4.5.13",
|
||
|
"@vue/cli-service": "^4.5.13",
|
||
|
"@vue/compiler-sfc": "^3.1.5"
|
||
|
}
|
||
|
}
|