/
sbo2
/
app
Обзор
Документация
Войти
/
sbo2
/
app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
38 строк
1 KB
Samat
task4
31 мар 2024, 15:01
31 мар 2024, 15:01
a8212d0
Код
Авторство
О чём код?
{ "name": "t1-react", "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": { "@reduxjs/toolkit": "^2.2.1", "@types/react-redux": "^7.1.33", "axios": "^1.6.8", "classnames": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.0.1", "react-redux": "^9.1.0", "react-router-dom": "^6.22.3" }, "devDependencies": { "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "ts-node": "^10.9.2", "typescript": "^5.2.2", "vite": "^5.1.6", "vite-plugin-svgr": "^4.2.0" } }