4
0
forked from crowetic/commerce

Updated package.json

This commit is contained in:
Belen Curcio 2020-11-04 11:53:45 -03:00
parent be11f7f32b
commit c092ffd6b8
2 changed files with 8875 additions and 7 deletions

8868
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
{ {
"name": "e-comm-example", "name": "nextjs-commerce",
"version": "0.1.0", "version": "1.0.0",
"private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
@ -12,18 +11,18 @@
"singleQuote": true "singleQuote": true
}, },
"dependencies": { "dependencies": {
"@vercel/fetch": "^6.1.0",
"@bigcommerce/storefront-data-hooks": "^1.0.2", "@bigcommerce/storefront-data-hooks": "^1.0.2",
"@headlessui/react": "^0.2.0", "@headlessui/react": "^0.2.0",
"@tailwindcss/ui": "^0.6.2",
"@react-aria/overlays": "^3.4.0", "@react-aria/overlays": "^3.4.0",
"@tailwindcss/ui": "^0.6.2",
"@vercel/fetch": "^6.1.0",
"bowser": "^2.11.0", "bowser": "^2.11.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
"keen-slider": "^5.2.4", "keen-slider": "^5.2.4",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0", "lodash.random": "^3.2.0",
"next": "^10.0.1-canary.1", "next": "^10.0.1-canary.7",
"next-seo": "^4.11.0", "next-seo": "^4.11.0",
"next-themes": "^0.0.4", "next-themes": "^0.0.4",
"postcss-nesting": "^7.0.1", "postcss-nesting": "^7.0.1",
@ -51,5 +50,6 @@
}, },
"resolutions": { "resolutions": {
"webpack": "^5.0.0-beta.30" "webpack": "^5.0.0-beta.30"
} },
"license": "MIT"
} }