2025-01-03 14:16:26 +05:30
|
|
|
{
|
|
|
|
|
"name": "@plane/i18n",
|
2025-07-28 12:51:19 +05:30
|
|
|
"version": "0.28.0",
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2025-01-03 14:16:26 +05:30
|
|
|
"description": "I18n shared across multiple apps internally",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"scripts": {
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:lint": "eslint . --max-warnings 0",
|
|
|
|
|
"check:types": "tsc --noEmit",
|
|
|
|
|
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist"
|
2025-01-03 14:16:26 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/utils": "workspace:*",
|
|
|
|
|
"intl-messageformat": "^10.7.11",
|
|
|
|
|
"mobx": "^6.13.5",
|
|
|
|
|
"mobx-react": "^9.1.0",
|
|
|
|
|
"lodash": "^4.17.21"
|
2025-01-03 14:16:26 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/eslint-config": "workspace:*",
|
|
|
|
|
"@plane/typescript-config": "workspace:*",
|
2025-01-03 14:16:26 +05:30
|
|
|
"@types/node": "^22.5.4",
|
2025-08-19 07:36:42 -07:00
|
|
|
"@types/lodash": "^4.17.6",
|
|
|
|
|
"@types/react": "^18.3.11",
|
2025-06-12 13:10:27 -07:00
|
|
|
"typescript": "5.8.3"
|
2025-01-03 14:16:26 +05:30
|
|
|
}
|
|
|
|
|
}
|