/
pasha.json
/
react_pro_final_project_base
Обзор
Документация
Войти
/
pasha.json
/
react_pro_final_project_base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
refactor
package.json
79 строк
2 KB
Pavel Nikolaev
task6
20 ноя 2025, 17:50
20 ноя 2025, 17:50
c22f091
Код
Авторство
О чём код?
{ "name": "react-pro-final-project-base", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --mode development", "build": "vite build --mode production", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", "@hookform/resolvers": "5.2.2", "@mui/icons-material": "7.3.5", "@mui/lab": "7.0.1-beta.19", "@mui/material": "^7.3.5", "@reduxjs/toolkit": "2.10.1", "classnames": "2.5.1", "react": "19.2.0", "react-dom": "19.2.0", "react-hook-form": "7.66.1", "react-redux": "9.2.0", "react-router-dom": "7.9.6", "react-toastify": "11.0.5", "yup": "1.7.1" }, "devDependencies": { "@babel/core": "7.22.1", "@babel/preset-env": "7.22.4", "@babel/preset-react": "7.22.3", "@babel/preset-typescript": "7.21.5", "@eslint/js": "9.39.1", "@types/node": "24.10.1", "@types/react": "19.2.6", "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "8.47.0", "@typescript-eslint/parser": "8.47.0", "@vitejs/plugin-react-swc": "4.2.2", "autoprefixer": "10.4.14", "babel-loader": "9.1.2", "classnames": "2.5.1", "commitizen": "4.3.0", "cross-env": "7.0.3", "css-loader": "6.8.1", "cssnano": "6.0.1", "cz-conventional-changelog": "3.3.0", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.5.4", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-refresh": "0.4.24", "globals": "16.5.0", "husky": "9.1.7", "lint-staged": "16.2.6", "merge": "2.1.1", "mini-css-extract-plugin": "2.9.4", "postcss-loader": "8.2.0", "prettier": "3.6.2", "react-refresh": "0.18.0", "style-loader": "4.0.0", "stylelint": "16.25.0", "stylelint-config-standard": "39.0.1", "stylelint-order": "7.0.0", "ts-loader": "9.5.4", "typescript": "5.9.3", "typescript-eslint": "8.47.0", "typescript-plugin-css-modules": "5.2.0", "url-loader": "4.1.1", "vite": "7.2.2", "vite-plugin-svgr": "^4.5.0", "vite-tsconfig-paths": "5.1.4" } }