ProductCard

This commit is contained in:
Belen Curcio
2020-10-02 11:27:50 -03:00
81 changed files with 3125 additions and 2294 deletions

View File

@@ -12,6 +12,10 @@
"schema": "lib/bigcommerce/schema.graphql",
"documents": "lib/bigcommerce/**/*.{graphql,js,ts,jsx,tsx}"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@tailwindcss/ui": "^0.6.2",
"@types/classnames": "^2.2.10",
@@ -34,6 +38,7 @@
"graphql": "^15.3.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.3"
},