/
lyudmleb
/
useref
Обзор
Документация
Войти
/
lyudmleb
/
useref
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
package.json
40 строк
1 KB
Liudmila Lebedeva
finished
22 ноя 2025, 14:53
22 ноя 2025, 14:53
ff9bb37
Код
Авторство
О чём код?
{ "name": "useref", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@emotion/styled": "^11.14.1", "@mui/material": "^7.3.5", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.6" }, "devDependencies": { "@eslint/js": "^9.39.1", "@feature-sliced/eslint-config": "^0.1.1", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@typescript-eslint/eslint-plugin": "^8.47.0", "@typescript-eslint/parser": "^8.47.0", "@vitejs/plugin-react": "^5.1.0", "eslint": "^9.39.1", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-boundaries": "^5.2.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.2.2", "vite-tsconfig-paths": "^5.1.4" } }