Files
PortFolio/package.json
Morph01 b9ce2ffdc2
Some checks failed
Linux arm64 / Build-and-Deploy (push) Failing after 7s
Add multi-languages support with i18next
2025-03-04 21:39:02 +01:00

38 lines
831 B
JSON

{
"name": "portfolio",
"version": "0.1.1",
"private": true,
"engines": {
"node": ">=12.x"
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"typescript": "^5.8.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}