Migrate to vite & new structure
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
db9e5f32ac
commit
a2d1310780
19
packages/i18n/package.json
Normal file
19
packages/i18n/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@probo/i18n",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "./TranslatorProvider.tsx",
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.78"
|
||||
},
|
||||
"dependencies": {
|
||||
"date-fns": "^3.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user