/
astafievk
/
source_code
Обзор
Документация
Войти
/
astafievk
/
source_code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
App/package.json
52 строки
1 KB
astafievK
source code
21 июн 2024, 21:02
21 июн 2024, 21:02
37a1d03
Код
Авторство
О чём код?
{ "name": "site", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@pbe/react-yandex-maps": "^1.2.5", "@reduxjs/toolkit": "^2.2.1", "antd": "^5.17.2", "axios": "^1.6.8", "debounce": "^2.1.0", "file-saver": "^2.0.5", "flickity": "^2.3.0", "framer-motion": "^11.1.5", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", "react-flickity-component": "^4.0.7", "react-helmet": "^6.1.0", "react-hook-form": "^7.51.4", "react-redux": "^9.1.0", "react-router-dom": "^6.22.0", "react-transition-group": "^4.4.5", "redux-persist": "^6.0.0", "swiper": "^11.0.6", "transliteration": "^2.3.5" }, "devDependencies": { "@types/file-saver": "^2.0.7", "@types/node": "^20.14.1", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/react-transition-group": "^4.4.10", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "prettier": "^3.2.5", "sass": "^1.70.0", "typescript": "^5.2.2", "vite": "^5.1.0" }, "proxy": "http://localhost:3000" }