Files
portfolio/package.json
dependabot[bot] e730a4fdb8 Bump react-i18next from 14.1.2 to 15.0.0
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.2 to 15.0.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.2...v15.0.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 07:46:22 +00:00

54 lines
1.2 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"aos": "^2.3.4",
"i18next": "^23.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-i18next": "^15.0.0",
"react-icons": "^5.2.1",
"sass": "^1.77.8",
"web-vitals": "^4.2.1",
"typescript": "^5.5.3",
"yarn": "^1.22.22"
},
"scripts": {
"start": "vite",
"build": "npx tsc && vite build",
"serve": "vite preview",
"build:css": "tailwindcss build src/index.css -o src/output.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.3.1",
"tailwindcss": "^3.3.3",
"vite": "^5.3.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}