mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"name": "@rallly/languages",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.6.0",
|
|
"negotiator": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rallly/tsconfig": "workspace:*",
|
|
"@types/negotiator": "^0.6.3"
|
|
}
|
|
}
|