/
misha_dev
/
game_guild_frontend
Обзор
Документация
Войти
/
misha_dev
/
game_guild_frontend
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
51 строка
1 KB
misha-dev
feat: added slider
15 апр 2025, 08:04
15 апр 2025, 08:04
d961dfa
Код
Авторство
О чём код?
{ "name": "game_guild_frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^6.0.0", "@hookform/resolvers": "^4.1.3", "@reduxjs/toolkit": "^2.6.1", "@tanstack/react-query": "^5.69.0", "@tanstack/react-query-devtools": "^5.69.0", "antd": "^5.24.4", "axios": "^1.8.4", "classnames": "^2.5.1", "dayjs": "^1.11.13", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hook-form": "^7.54.2", "react-hook-form-antd": "^1.1.3", "react-redux": "^9.2.0", "react-router": "^7.4.0", "react-slick": "^0.30.3", "react-toastify": "^11.0.5", "slick-carousel": "^1.8.1", "vite-plugin-svgr": "^4.3.0", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.21.0", "@hookform/devtools": "^4.3.3", "@types/node": "^22.13.11", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-slick": "^0.23.13", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "sass": "^1.86.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" } }