4
0
forked from crowetic/commerce

Added codegen

This commit is contained in:
Luis Alvarez
2020-09-29 21:41:26 -05:00
parent 40cdb2f6d7
commit 13be639ef2
9 changed files with 4362 additions and 79 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"generate": "graphql-codegen"
},
"dependencies": {
"@tailwindcss/ui": "^0.6.2",
@@ -17,15 +18,19 @@
"react-dom": "^16.13.1",
"swr": "^0.3.3"
},
"resolutions": {
"webpack": "^5.0.0-beta.30"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.10",
"@graphql-codegen/typescript": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"graphql": "^15.3.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.3"
},
"resolutions": {
"webpack": "^5.0.0-beta.30"
}
}