Skip to content

Commit eedfdb3

Browse files
committed
Clean up production dependencies
- Move development tools to devDependencies - Remove libraries that are not imported anywhere
1 parent e9018d2 commit eedfdb3

File tree

2 files changed

+470
-2711
lines changed

2 files changed

+470
-2711
lines changed

package.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,14 @@
44
"private": true,
55
"dependencies": {
66
"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",
117
"moment": "^2.23.0",
12-
"npm": "^6.5.0",
13-
"pm2": "^3.2.7",
14-
"pretty-quick": "^1.10.0",
158
"react": "^16.9.0",
16-
"react-datepicker": "^2.8.0",
17-
"react-day-picker": "^7.3.0",
189
"react-dom": "^16.7.0",
19-
"react-draft-wysiwyg": "^1.12.13",
20-
"react-emotion": "^9.2.6",
2110
"react-ga": "^2.5.7",
2211
"react-phone-number-input": "^2.3.21",
23-
"react-quill": "^1.3.3",
2412
"react-redux": "^6.0.0",
25-
"react-responsive": "^5.0.0",
2613
"react-router-dom": "^5.0.1",
27-
"react-rte": "^0.16.1",
2814
"react-scripts": "^3.0.1",
29-
"react-show-more-list": "^0.5.2",
3015
"reactstrap": "^8.0.1",
3116
"redux": "^4.0.4",
3217
"redux-thunk": "^2.3.0"
@@ -65,21 +50,24 @@
6550
},
6651
"devDependencies": {
6752
"@testing-library/cypress": "^7.0.7",
68-
"autoprefixer": "^9.6.1",
6953
"concurrently": "^5.0.0",
7054
"cors": "^2.8.5",
7155
"cypress": "^3.4.1",
7256
"eslint": "^6.2.2",
7357
"eslint-config-airbnb": "^18.0.1",
7458
"eslint-config-prettier": "^6.1.0",
59+
"eslint-config-react-app": "^7.0.1",
60+
"eslint-plugin-flowtype": "^8.0.3",
7561
"eslint-plugin-import": "^2.18.2",
7662
"eslint-plugin-jsx-a11y": "^6.2.3",
7763
"eslint-plugin-prettier": "^3.1.0",
7864
"eslint-plugin-react": "^7.14.3",
65+
"eslint-plugin-react-hooks": "^4.6.0",
7966
"husky": "^3.0.4",
8067
"lint-staged": "^9.2.5",
8168
"morgan": "^1.10.0",
8269
"prettier": "^1.18.2",
70+
"pretty-quick": "^3.1.3",
8371
"serve": "^13.0.4",
8472
"wait-on": "^3.3.0"
8573
},

0 commit comments

Comments
 (0)