Files
portfolio/package.json
dependabot[bot] 113ac010bf chore(deps-dev): Bump vite-tsconfig-paths from 6.0.5 to 6.1.1
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 6.0.5 to 6.1.1.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.5...v6.1.1)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 21:34:32 +00:00

67 lines
1.7 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"aos": "^2.3.4",
"browserslist": "^4.28.1",
"browserslist-useragent": "^4.0.0",
"i18next": "^25.8.1",
"i18next-http-backend": "^3.0.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-github-btn": "^1.4.0",
"react-i18next": "^16.5.4",
"react-icons": "^5.5.0",
"sass": "^1.97.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "vite",
"build": "npx tsc && vite build",
"serve": "vite preview",
"build:css": "npx @tailwindcss/cli -i src/index.css -o src/output.css",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "browserslist && pnpm run 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-transform-private-property-in-object": "^7.28.6",
"@simonsmith/cypress-image-snapshot": "^10.0.3",
"@vitejs/plugin-react": "^5.1.3",
"cypress": "^15.10.0",
"prettier": "^3.8.1",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1"
}
}