feat: Добавлен слой entities с типами для событий, установлены библиотеки gsap и swiper

This commit is contained in:
Ilia Mashkov
2025-11-19 20:24:19 +03:00
parent 7f507513e9
commit 58bc7bc28a
5 changed files with 145 additions and 5 deletions

View File

@@ -17,15 +17,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"gsap": "^3.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"swiper": "^12.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"husky": "^9.1.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.0.0",
@@ -46,11 +48,10 @@
"eslint-plugin-prettier": "^5.2.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.0.0",
"@eslint/js": "^9.15.0",
"typescript-eslint": "^8.16.0",
"globals": "^15.12.0",
"file-loader": "^6.2.0",
"globals": "^15.12.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^3.4.0",
"react-refresh": "^0.14.2",
@@ -64,6 +65,7 @@
"ts-loader": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.0",
"typescript-eslint": "^8.16.0",
"webpack": "^5.96.0",
"webpack-bundle-analyzer": "^4.10.0",
"webpack-cli": "^5.1.0",