22 lines
402 B
JSON
22 lines
402 B
JSON
{
|
|
"name": "@mintel/next-config",
|
|
"version": "1.0.1",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://npm.infra.mintel.me"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"next-intl": "^4.8.2",
|
|
"@sentry/nextjs": "^8.0.0"
|
|
}
|
|
}
|