mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
refactor: remove ParticlesBackground component and adjust App layout
This commit is contained in:
26
package.json
26
package.json
@@ -7,24 +7,22 @@
|
||||
"@tailwindcss/cli": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/react": "19.2.7",
|
||||
"@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.7.3",
|
||||
"i18next": "^25.8.1",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-github-btn": "^1.4.0",
|
||||
"react-i18next": "^16.5.1",
|
||||
"react-i18next": "^16.5.4",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-particles": "^2.12.2",
|
||||
"sass": "^1.97.2",
|
||||
"sass": "^1.97.3",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tsparticles-slim": "^2.12.0",
|
||||
"typescript": "^5.9.3",
|
||||
"web-vitals": "^5.1.0"
|
||||
},
|
||||
@@ -56,13 +54,13 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/plugin-transform-private-property-in-object": "^7.28.6",
|
||||
"@simonsmith/cypress-image-snapshot": "^10.0.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"cypress": "^15.8.2",
|
||||
"prettier": "^3.7.4",
|
||||
"@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.0.3"
|
||||
"vite-tsconfig-paths": "^6.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user