33 lines
886 B
JSON
33 lines
886 B
JSON
|
{
|
||
|
"name": "@tavi/i18n",
|
||
|
"version": "1.5.0",
|
||
|
"main": "dist/index.js",
|
||
|
"types": "dist/types/index.d.ts",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "rollup -c"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rollup/plugin-commonjs": "^24.1.0",
|
||
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
||
|
"rollup-plugin-terser": "7.0.2",
|
||
|
"rollup": "^3.21.5",
|
||
|
"rollup-plugin-typescript2": "^0.34.1",
|
||
|
"typescript": "^5.0.2",
|
||
|
"@types/node": "18.16.3",
|
||
|
"@types/react": "^18.0.28",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"@types/react-router-dom": "5.3.3",
|
||
|
"rollup-plugin-node-polyfills": "0.2.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"typescript": "^5.0.4",
|
||
|
"i18next": "22.5.0",
|
||
|
"react-i18next": "12.3.1",
|
||
|
"i18next-browser-languagedetector": "7.0.1",
|
||
|
"i18next-http-backend": "2.2.1",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0",
|
||
|
"react-router-dom": "6.11.2"
|
||
|
}
|
||
|
}
|