mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
changes
This commit is contained in:
parent
2b0e5a4ea3
commit
8bc0be9818
20
package.json
20
package.json
@ -11,6 +11,26 @@
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
"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": {
|
||||
"@bigcommerce/storefront-data-hooks": "^1.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user