/
cyberdzot
/
react-authy
Обзор
Документация
Войти
/
cyberdzot
/
react-authy
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
38 строк
917 B
Vovqa
Initial commit
21 янв 2025, 03:57
21 янв 2025, 03:57
5053fe4
Код
Авторство
О чём код?
{ "name": "react-authy", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "axios": "^1.7.9", "bcrypt": "^5.1.1", "body-parser": "^1.20.3", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "mysql2": "^3.12.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.1.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "vite": "^6.0.5" } }