/
lethabry
/
your-meal-react
Обзор
Документация
Войти
/
lethabry
/
your-meal-react
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
60 строк
2 KB
Alina Vasileva
feat(delicerypopup): add validation in deliveryPopup
10 ноя 2023, 17:27
10 ноя 2023, 17:27
0adfe19
Код
Авторство
О чём код?
{ "name": "your-meal-react", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.9.7", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-redux": "^8.1.3", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", "styled-components": "^6.0.8", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "npx eslint --ext .js,.jsx ./src", "lint:fix": "npm run lint -- --fix", "prepare": "husky install", "format": "prettier . --write --ignore-path ./.prettierignore", "commit": "cz", "deploy": "gh-pages -d build" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "gh-pages": "^6.0.0", "husky": "^8.0.3", "lint-staged": "^14.0.1", "prettier": "3.0.3" }, "lint-staged": { ".{js,jsx}": "npm run lint", "*.{js,jsx,css,md,html,json}": "npm run format" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "homepage": "./" }