create react app version check

Solutions on MaxInterview for create react app version check by the best coders in the world

showing results for - "create react app version check"
Nicola
27 Jan 2017
1{
2  ...
3  ...
4  ...
5  "name": "react-app",
6  "version": "0.1.0",
7  "private": true,
8  "dependencies": {
9    "@testing-library/jest-dom": "^4.2.4",
10    "@testing-library/react": "^9.5.0",
11    "@testing-library/user-event": "^7.2.1",
12    "react": "^16.13.1",
13    "react-dom": "^16.13.1",
14    "react-scripts": "3.4.1"
15  },
16  ...
17  ...
18  ...
19}
20
similar questions
queries leading to this page
create react app version check