15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"name": "@mintel/next-config",
|
|
"version": "1.0.1",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://npm.infra.mintel.me"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"next-intl": "^3.0.0",
|
|
"@sentry/nextjs": "^8.0.0"
|
|
}
|
|
}
|