Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 6s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m6s
Monorepo Pipeline / 🧹 Lint (push) Successful in 3m30s
Monorepo Pipeline / 🏗️ Build (push) Successful in 3m12s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 31s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 33s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 39s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 43s
Monorepo Pipeline / 🚀 Release (push) Successful in 2m54s
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "@mintel/next-config",
|
|
"version": "1.9.2",
|
|
"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"
|
|
}
|
|
}
|