forked from crowetic/commerce
changes
This commit is contained in:
parent
2b0e5a4ea3
commit
8bc0be9818
20
package.json
20
package.json
@ -11,6 +11,26 @@
|
|||||||
"prettier": {
|
"prettier": {
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"singleQuote": true
|
"singleQuote": true
|
||||||
|
},
|
||||||
|
"next-unused": {
|
||||||
|
"alias": {
|
||||||
|
"@lib/*": ["lib/*"],
|
||||||
|
"@assets/*": ["assets/*"],
|
||||||
|
"@config/*": ["config/*"],
|
||||||
|
"@components/*": ["components/*"],
|
||||||
|
"@utils/*": ["utils/*"]
|
||||||
|
},
|
||||||
|
"debug": true,
|
||||||
|
"include": [
|
||||||
|
"components",
|
||||||
|
"lib",
|
||||||
|
"pages"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
],
|
||||||
|
"entrypoints": [
|
||||||
|
"pages"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bigcommerce/storefront-data-hooks": "^1.0.2",
|
"@bigcommerce/storefront-data-hooks": "^1.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user