/
Percival
/
reactJS_course
Обзор
Документация
Войти
/
Percival
/
reactJS_course
Код
Запросы
4
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
task4
task_1_fsd/package.json
43 строки
1 KB
Rituparn
Added the fourth task
19 окт 2025, 23:09
19 окт 2025, 23:09
f890dd5
Код
Авторство
О чём код?
{ "name": "my-fsd-app", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "format": "prettier . --write", "format:check": "prettier . --check" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@reduxjs/toolkit": "^2.9.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-hook-form": "^7.65.0", "react-redux": "^9.2.0", "react-router-dom": "^7.9.1", "zod": "^4.1.12" }, "devDependencies": { "@eslint/js": "^9.36.0", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "@vitejs/plugin-react": "^5.0.2", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.4.0", "prettier": "^3.6.2", "typescript": "~5.8.3", "typescript-eslint": "^8.44.0", "vite": "^7.1.6", "vite-tsconfig-paths": "^5.1.4" } }