4
0
forked from crowetic/commerce
commerce/package.json
2020-10-12 21:40:39 -03:00

61 lines
1.6 KiB
JSON

{
"name": "e-comm-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"pre-build": "yarn generate",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen"
},
"graphql": {
"schema": "lib/bigcommerce/schema.graphql",
"documents": "lib/bigcommerce/**/*.{graphql,js,ts,jsx,tsx}"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@headlessui/react": "^0.2.0",
"@tailwindcss/ui": "^0.6.2",
"@types/classnames": "^2.2.10",
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"next": "^9.5.4",
"next-themes": "^0.0.4",
"postcss-nesting": "^7.0.1",
"react": "^16.13.1",
"react-aria": "^3.0.0",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-merge-refs": "^1.1.0",
"react-ticker": "^1.2.2",
"swr": "^0.3.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.10",
"@graphql-codegen/schema-ast": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@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",
"prettier": "^2.1.2",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.3"
},
"resolutions": {
"webpack": "^5.0.0-beta.30"
}
}