Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message #183

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40,727 changes: 20,507 additions & 20,220 deletions package-lock.json

Large diffs are not rendered by default.

146 changes: 77 additions & 69 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,77 @@
{
"name": "react_phone-catalog",
"homepage": ".",
"version": "0.1.0",
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
"dependencies": {
"@cypress/react": "^5.12.4",
"bulma": "^0.9.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
},
"devDependencies": {
"@cypress/webpack-dev-server": "^1.8.4",
"@mate-academy/cypress-tools": "^1.0.4",
"@mate-academy/eslint-config-react": "*",
"@mate-academy/eslint-config-react-typescript": "*",
"@mate-academy/scripts": "^1.2.1",
"@mate-academy/students-ts-config": "*",
"@mate-academy/stylelint-config": "*",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"cypress": "^9.5.3",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.2",
"gh-pages": "^3.2.3",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^6.2.0",
"node-sass": "^6.0.1",
"stylelint": "^13.13.1",
"typescript": "^4.6.3"
},
"scripts": {
"start": "mate-scripts start -l",
"build": "mate-scripts build",
"test": "mate-scripts test",
"lint-js": "mate-scripts lint -j",
"lint-css": "mate-scripts lint -s",
"lint": "npm run lint-js && npm run lint-css",
"update": "mate-scripts update",
"postinstall": "npm run update && cypress verify",
"predeploy": "npm run build",
"deploy": "mate-scripts deploy"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"mateAcademy": {
"_comment": "Replace 'reactTypescript' with 'react' if you want use React without Typescript",
"projectType": "reactTypescript",
"tests": {
"_comment": "Add `cypressComponents: true` to enable component tests",
"cypress": true
}
}
}
{
"name": "react_phone-catalog",
"homepage": ".",
"version": "0.1.0",
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
"dependencies": {
"@cypress/react": "^5.12.4",
"@reduxjs/toolkit": "^1.9.5",
"bulma": "^0.9.3",
"classnames": "^2.3.2",
"loadsh": "0.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.1.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@cypress/webpack-dev-server": "^1.8.4",
"@mate-academy/cypress-tools": "^1.0.4",
"@mate-academy/eslint-config-react": "*",
"@mate-academy/eslint-config-react-typescript": "*",
"@mate-academy/scripts": "^1.2.8",
"@mate-academy/students-ts-config": "*",
"@mate-academy/stylelint-config": "*",
"@types/lodash": "^4.14.195",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"cypress": "^9.5.3",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.2",
"gh-pages": "^3.2.3",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^6.2.0",
"node-sass": "^6.0.1",
"stylelint": "^13.13.1",
"typescript": "^4.6.3"
},
"scripts": {
"start": "mate-scripts start -l",
"build": "mate-scripts build",
"test": "mate-scripts test",
"lint-js": "mate-scripts lint -j",
"lint-css": "mate-scripts lint -s",
"lint": "npm run lint-js && npm run lint-css",
"update": "mate-scripts update",
"postinstall": "npm run update && cypress verify",
"predeploy": "npm run build",
"deploy": "mate-scripts deploy"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"mateAcademy": {
"_comment": "Replace 'reactTypescript' with 'react' if you want use React without Typescript",
"projectType": "reactTypescript",
"tests": {
"_comment": "Add `cypressComponents: true` to enable component tests",
"cypress": true
}
}
}
Loading
Loading