Files
portfolio/package.json
dependabot[bot] 03f2d661a6 chore(deps-dev): Bump @vitejs/plugin-react from 4.5.2 to 4.6.0
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.2 to 4.6.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.6.0/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 22:53:20 +00:00

62 lines
1.5 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"aos": "^2.3.4",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^14.4.1",
"i18next": "^25.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-github-btn": "^1.4.0",
"react-i18next": "^15.5.3",
"react-icons": "^5.5.0",
"sass": "^1.86.0",
"typescript": "^5.8.3",
"web-vitals": "^5.0.3",
"yarn": "^1.22.22"
},
"scripts": {
"start": "vite",
"build": "npx tsc && vite build",
"serve": "vite preview",
"build:css": "tailwindcss build -i src/index.css -o src/output.css",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "browserslist && cypress run"
},
"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",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@vitejs/plugin-react": "^4.6.0",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}