/
Percival
/
react_final_project
Обзор
Документация
Войти
/
Percival
/
react_final_project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
129 строк
4 KB
Rituparn
Added code
23 ноя 2025, 19:02
23 ноя 2025, 19:02
2aec7c7
Код
Авторство
О чём код?
{ "name": "homework-react-21951242", "version": "1.0.0", "homepage": "./", "license": "MIT", "type": "module", "main": "index.js", "scripts": { "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.cjs --env env=prod", "build:vite": "vite build", "commit": "npm test && cz", "dev:vite": "vite", "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\" --ignore-path ./.prettierignore", "lint": "eslint --fix \"./src/**/*.{js,jsx,ts,tsx,json}\"", "prepare": "husky install", "preview:vite": "vite preview", "start": "webpack serve --config webpack/webpack.config.cjs --env env=dev", "stylelint": "stylelint \"src/**/*.css\"", "stylelint:fix": "stylelint \"src/**/*.css\" --fix", "test": "npm run stylelint:fix && npm run lint && npm run format" }, "lint-staged": { "*.{css,scss}": "npm stylelint:fix", "*.{js,jsx,ts,tsx}": "npm lint", "*.{js,jsx,ts,tsx,json,css,scss,md}": "npm format" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@hookform/resolvers": "latest", "@mui/icons-material": "latest", "@mui/lab": "latest", "@mui/material": "latest", "@mui/material-pigment-css": "latest", "@reduxjs/toolkit": "latest", "@rspack/core": "latest", "@types/webpack": "latest", "class-variance-authority": "^0.7.1", "classnames": "latest", "clsx": "^2.1.1", "dotenv": "latest", "jiti": "latest", "less": "latest", "lightningcss": "latest", "lucide-react": "^0.454.0", "next": "16.0.3", "path": "latest", "react": "^19.0.0", "react-dom": "latest", "react-hook-form": "latest", "react-redux": "latest", "react-router-dom": "latest", "react-toastify": "latest", "redux": "latest", "sass": "latest", "sass-embedded": "latest", "sockjs-client": "latest", "stylus": "latest", "sugarss": "latest", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "terser": "latest", "tsx": "latest", "type-fest": "latest", "webpack-hot-middleware": "latest", "webpack-merge": "latest", "webpack-plugin-serve": "latest", "yaml": "latest", "yup": "latest" }, "devDependencies": { "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@svgr/webpack": "^8.0.1", "@types/node": "^22", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.14", "babel-loader": "^9.1.2", "clean-webpack-plugin": "^4.0.0", "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": "^8.42.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.1", "husky": "^8.0.3", "lint-staged": "^13.2.2", "merge": "^2.1.1", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.5", "postcss-loader": "^7.3.3", "prettier": "^2.8.8", "react-refresh": "^0.14.0", "style-loader": "^3.3.3", "stylelint": "^15.7.0", "stylelint-config-standard": "^33.0.0", "stylelint-order": "^6.0.3", "tailwindcss": "4.1.17", "ts-loader": "^9.4.3", "typescript": "^5", "typescript-plugin-css-modules": "^5.0.1", "url-loader": "^4.1.1", "vite": "^5.0.12", "vite-plugin-svgr": "^4.2.0", "webpack": "^5.81.0", "webpack-cli": "^5.0.2", "webpack-dev-server": "^4.15.0" } }