|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 | 6 | "axios": "^0.18.0",
|
7 |
| - "eslint-config-react-app": "^5.0.1", |
8 |
| - "eslint-plugin-flowtype": "^4.2.0", |
9 |
| - "eslint-plugin-react-hooks": "^2.0.1", |
10 |
| - "jwt-decode": "^2.2.0", |
11 | 7 | "moment": "^2.23.0",
|
12 |
| - "npm": "^6.5.0", |
13 |
| - "pm2": "^3.2.7", |
14 |
| - "pretty-quick": "^1.10.0", |
15 | 8 | "react": "^16.9.0",
|
16 |
| - "react-datepicker": "^2.8.0", |
17 |
| - "react-day-picker": "^7.3.0", |
18 | 9 | "react-dom": "^16.7.0",
|
19 |
| - "react-draft-wysiwyg": "^1.12.13", |
20 |
| - "react-emotion": "^9.2.6", |
21 | 10 | "react-ga": "^2.5.7",
|
22 | 11 | "react-phone-number-input": "^2.3.21",
|
23 |
| - "react-quill": "^1.3.3", |
24 | 12 | "react-redux": "^6.0.0",
|
25 |
| - "react-responsive": "^5.0.0", |
26 | 13 | "react-router-dom": "^5.0.1",
|
27 |
| - "react-rte": "^0.16.1", |
28 | 14 | "react-scripts": "^3.0.1",
|
29 |
| - "react-show-more-list": "^0.5.2", |
30 | 15 | "reactstrap": "^8.0.1",
|
31 | 16 | "redux": "^4.0.4",
|
32 | 17 | "redux-thunk": "^2.3.0"
|
|
65 | 50 | },
|
66 | 51 | "devDependencies": {
|
67 | 52 | "@testing-library/cypress": "^7.0.7",
|
68 |
| - "autoprefixer": "^9.6.1", |
69 | 53 | "concurrently": "^5.0.0",
|
70 | 54 | "cors": "^2.8.5",
|
71 | 55 | "cypress": "^3.4.1",
|
72 | 56 | "eslint": "^6.2.2",
|
73 | 57 | "eslint-config-airbnb": "^18.0.1",
|
74 | 58 | "eslint-config-prettier": "^6.1.0",
|
| 59 | + "eslint-config-react-app": "^7.0.1", |
| 60 | + "eslint-plugin-flowtype": "^8.0.3", |
75 | 61 | "eslint-plugin-import": "^2.18.2",
|
76 | 62 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
77 | 63 | "eslint-plugin-prettier": "^3.1.0",
|
78 | 64 | "eslint-plugin-react": "^7.14.3",
|
| 65 | + "eslint-plugin-react-hooks": "^4.6.0", |
79 | 66 | "husky": "^3.0.4",
|
80 | 67 | "lint-staged": "^9.2.5",
|
81 | 68 | "morgan": "^1.10.0",
|
82 | 69 | "prettier": "^1.18.2",
|
| 70 | + "pretty-quick": "^3.1.3", |
83 | 71 | "serve": "^13.0.4",
|
84 | 72 | "wait-on": "^3.3.0"
|
85 | 73 | },
|
|
0 commit comments