|
1 | 1 | {
|
2 | 2 | "name": "github-ui-clone",
|
3 |
| - "version": "1.0.0", |
4 | 3 | "description": "This app contains an UI clone (partial) from GitHub application",
|
| 4 | + "version": "1.0.0", |
| 5 | + "main": "index.tsx", |
5 | 6 | "repository": "https://github.com/leoronne/github-ui-clone",
|
6 |
| - "author": "Leonardo Ronne", |
| 7 | + "author": "Leonardo Ronne <leoronne@gmail.com>", |
7 | 8 | "license": "MIT",
|
8 | 9 | "dependencies": {
|
9 |
| - "@testing-library/jest-dom": "^4.2.4", |
10 |
| - "@testing-library/react": "^9.3.2", |
11 |
| - "@testing-library/user-event": "^7.1.2", |
12 |
| - "@types/jest": "^24.0.0", |
13 |
| - "@types/node": "^12.0.0", |
14 |
| - "@types/react": "^16.9.0", |
15 |
| - "@types/react-dom": "^16.9.0", |
16 |
| - "axios": "^0.19.2", |
17 |
| - "date-fns": "^2.15.0", |
| 10 | + "@material-ui/core": "^4.11.2", |
| 11 | + "@testing-library/jest-dom": "^5.11.6", |
| 12 | + "@testing-library/react": "^11.2.2", |
| 13 | + "@testing-library/user-event": "^12.6.0", |
| 14 | + "@types/jest": "^26.0.19", |
| 15 | + "@types/node": "^14.14.14", |
| 16 | + "@types/react": "^17.0.0", |
| 17 | + "@types/react-dom": "^17.0.0", |
| 18 | + "axios": "^0.21.1", |
| 19 | + "date-fns": "^2.16.1", |
18 | 20 | "history": "^5.0.0",
|
19 |
| - "react": "^16.13.1", |
| 21 | + "react": "^17.0.1", |
20 | 22 | "react-calendar-heatmap": "^1.8.1",
|
21 |
| - "react-dom": "^16.13.1", |
22 |
| - "react-icons": "^3.10.0", |
| 23 | + "react-dom": "^17.0.1", |
| 24 | + "react-icons": "^4.1.0", |
23 | 25 | "react-router": "^5.2.0",
|
24 | 26 | "react-router-dom": "^6.0.0-beta.0",
|
25 |
| - "react-scripts": "3.4.1", |
26 |
| - "react-spinners": "^0.9.0", |
27 |
| - "react-toastify": "^6.0.8", |
28 |
| - "react-tooltip": "^4.2.7", |
29 |
| - "react-use": "^15.3.3", |
30 |
| - "styled-components": "^5.1.1", |
31 |
| - "typescript": "^3.7.2" |
| 27 | + "react-scripts": "^4.0.1", |
| 28 | + "react-toastify": "^6.2.0", |
| 29 | + "react-use": "^15.3.4", |
| 30 | + "styled-components": "^5.2.1", |
| 31 | + "typescript": "^4.1.3" |
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 | 34 | "start": "react-app-rewired start",
|
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@types/react-calendar-heatmap": "^1.6.2",
|
56 | 56 | "@types/react-icons": "^3.0.0",
|
57 |
| - "@types/react-router-dom": "^5.1.5", |
58 |
| - "@types/styled-components": "^5.1.2", |
59 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
60 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 57 | + "@types/react-router-dom": "^5.1.6", |
| 58 | + "@types/styled-components": "^5.1.7", |
| 59 | + "@typescript-eslint/eslint-plugin": "^4.11.0", |
| 60 | + "@typescript-eslint/parser": "^4.11.0", |
61 | 61 | "babel-eslint": "^10.0.3",
|
62 |
| - "babel-plugin-root-import": "^6.4.1", |
63 |
| - "customize-cra": "^0.9.1", |
| 62 | + "babel-plugin-root-import": "^6.6.0", |
| 63 | + "customize-cra": "^1.0.0", |
64 | 64 | "enzyme": "^3.11.0",
|
65 |
| - "enzyme-adapter-react-16": "^1.15.2", |
66 |
| - "eslint": "^6.8.0", |
67 |
| - "eslint-config-airbnb": "^18.1.0", |
68 |
| - "eslint-config-prettier": "^6.11.0", |
| 65 | + "enzyme-adapter-react-16": "^1.15.5", |
| 66 | + "eslint": "^7.16.0", |
| 67 | + "eslint-config-airbnb": "^18.2.1", |
| 68 | + "eslint-config-prettier": "^7.1.0", |
69 | 69 | "eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
|
70 |
| - "eslint-plugin-import": "^2.20.2", |
| 70 | + "eslint-plugin-import": "^2.22.1", |
71 | 71 | "eslint-plugin-import-helpers": "^1.0.2",
|
72 |
| - "eslint-plugin-jsx-a11y": "^6.2.3", |
73 |
| - "eslint-plugin-prettier": "^3.1.4", |
74 |
| - "eslint-plugin-react": "^7.19.0", |
75 |
| - "eslint-plugin-react-hooks": "^2.5.1", |
76 |
| - "prettier": "^2.0.5", |
77 |
| - "react-app-rewired": "^2.1.6" |
| 72 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 73 | + "eslint-plugin-prettier": "^3.3.0", |
| 74 | + "eslint-plugin-react": "^7.21.5", |
| 75 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 76 | + "prettier": "^2.2.1", |
| 77 | + "react-app-rewired": "^2.1.8" |
78 | 78 | }
|
79 | 79 | }
|
0 commit comments