Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 2s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m15s
Monorepo Pipeline / 🏗️ Build (push) Successful in 3m55s
Monorepo Pipeline / 🧹 Lint (push) Successful in 4m20s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 35s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 45s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 52s
Monorepo Pipeline / 🚀 Release (push) Successful in 3m9s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 52s
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "@mintel/next-config",
|
|
"version": "1.9.3",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://git.infra.mintel.me/api/packages/mmintel/npm"
|
|
},
|
|
"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": "^10.38.0",
|
|
"next": "16.1.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.infra.mintel.me/mmintel/at-mintel.git"
|
|
}
|
|
}
|