Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 1s
Monorepo Pipeline / 🧹 Lint (push) Failing after 11s
Monorepo Pipeline / 🧪 Test (push) Failing after 10s
Monorepo Pipeline / 🏗️ Build (push) Failing after 9s
Monorepo Pipeline / 🚀 Release (push) Has been skipped
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Has been skipped
Monorepo Pipeline / 🐳 Build Build-Base (push) Has been skipped
Monorepo Pipeline / 🐳 Build Production Runtime (push) Has been skipped
27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"name": "@mintel/next-config",
|
|
"version": "1.9.10",
|
|
"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"
|
|
}
|
|
}
|