Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
148 lines
4.6 KiB
Plaintext
148 lines
4.6 KiB
Plaintext
{
|
|
"name": "next-intl",
|
|
"version": "4.8.2",
|
|
"sideEffects": false,
|
|
"author": "Jan Amann <jan@amann.work>",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/amannn"
|
|
}
|
|
],
|
|
"description": "Internationalization (i18n) for Next.js",
|
|
"license": "MIT",
|
|
"homepage": "https://next-intl.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amannn/next-intl.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && rollup -c",
|
|
"test": "TZ=Europe/Berlin vitest",
|
|
"lint": "pnpm run lint:source && pnpm run lint:package",
|
|
"lint:source": "eslint src test && tsc --noEmit && pnpm run lint:prettier",
|
|
"lint:package": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm",
|
|
"lint:prettier": "prettier src --check",
|
|
"prepublishOnly": "turbo build && cp ../../README.md .",
|
|
"postpublish": "git checkout . && rm ./README.md",
|
|
"size": "size-limit"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/esm/production/index.react-client.js",
|
|
"typings": "./dist/types/index.react-client.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types/index.react-client.d.ts",
|
|
"react-server": {
|
|
"development": "./dist/esm/development/index.react-server.js",
|
|
"default": "./dist/esm/production/index.react-server.js"
|
|
},
|
|
"development": "./dist/esm/development/index.react-client.js",
|
|
"default": "./dist/esm/production/index.react-client.js"
|
|
},
|
|
"./server": {
|
|
"types": "./dist/types/server.react-server.d.ts",
|
|
"react-server": {
|
|
"development": "./dist/esm/development/server.react-server.js",
|
|
"default": "./dist/esm/production/server.react-server.js"
|
|
},
|
|
"development": "./dist/esm/development/server.react-client.js",
|
|
"default": "./dist/esm/production/server.react-client.js"
|
|
},
|
|
"./config": {
|
|
"types": "./dist/types/config.d.ts",
|
|
"development": "./dist/esm/development/config.js",
|
|
"default": "./dist/esm/production/config.js"
|
|
},
|
|
"./middleware": {
|
|
"types": "./dist/types/middleware.d.ts",
|
|
"development": "./dist/esm/development/middleware.js",
|
|
"default": "./dist/esm/production/middleware.js"
|
|
},
|
|
"./navigation": {
|
|
"types": "./dist/types/navigation.react-client.d.ts",
|
|
"react-server": {
|
|
"development": "./dist/esm/development/navigation.react-server.js",
|
|
"default": "./dist/esm/production/navigation.react-server.js"
|
|
},
|
|
"development": "./dist/esm/development/navigation.react-client.js",
|
|
"default": "./dist/esm/production/navigation.react-client.js"
|
|
},
|
|
"./routing": {
|
|
"types": "./dist/types/routing.d.ts",
|
|
"development": "./dist/esm/development/routing.js",
|
|
"default": "./dist/esm/production/routing.js"
|
|
},
|
|
"./plugin": {
|
|
"import": {
|
|
"types": "./dist/types/plugin.d.ts",
|
|
"development": "./dist/esm/development/plugin.js",
|
|
"default": "./dist/esm/production/plugin.js"
|
|
},
|
|
"require": {
|
|
"types": "./plugin.d.cts",
|
|
"default": "./dist/cjs/development/plugin.cjs"
|
|
},
|
|
"default": "./dist/esm/production/plugin.js"
|
|
},
|
|
"./extractor": {
|
|
"types": "./dist/types/extractor.d.ts",
|
|
"default": "./dist/esm/production/extractor.js"
|
|
},
|
|
"./extractor/extractionLoader": {
|
|
"types": "./dist/types/plugin/extractor/extractionLoader.d.ts",
|
|
"default": "./dist/esm/production/extractor/extractionLoader.js"
|
|
},
|
|
"./extractor/catalogLoader": {
|
|
"types": "./dist/types/plugin/catalog/catalogLoader.d.ts",
|
|
"default": "./dist/esm/production/extractor/catalogLoader.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"extractor",
|
|
"server.d.ts",
|
|
"navigation.d.ts",
|
|
"middleware.d.ts",
|
|
"plugin.d.ts",
|
|
"plugin.d.cts",
|
|
"routing.d.ts",
|
|
"config.d.ts",
|
|
"extractor.d.ts"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"intl",
|
|
"i18n",
|
|
"internationalization",
|
|
"localization",
|
|
"translate",
|
|
"translation",
|
|
"format",
|
|
"formatting",
|
|
"next",
|
|
"next.js"
|
|
],
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.5.4",
|
|
"@parcel/watcher": "^2.4.1",
|
|
"@swc/core": "^1.15.2",
|
|
"icu-minify": "^4.8.2",
|
|
"negotiator": "^1.0.0",
|
|
"next-intl-swc-plugin-extractor": "^4.8.2",
|
|
"po-parser": "^2.1.1",
|
|
"use-intl": "^4.8.2"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "de4baeb465185133923b69c8da36457c9418d781"
|
|
}
|