Skip to content

Commit 460ed3f

Browse files
committed
PM-459 - remove earn app from the platform and all the dependencies
1 parent 7dcb891 commit 460ed3f

File tree

672 files changed

+53
-70135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

672 files changed

+53
-70135
lines changed

package.json

+2-19
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@storybook/react": "7.6.10",
2828
"@stripe/react-stripe-js": "1.13.0",
2929
"@stripe/stripe-js": "1.41.0",
30-
"@tanstack/react-table": "^8.11.7",
3130
"apexcharts": "^3.36.0",
3231
"axios": "^1.7.9",
3332
"browser-cookies": "^1.2.0",
@@ -46,17 +45,10 @@
4645
"express": "^4.21.2",
4746
"express-fileupload": "^1.4.0",
4847
"express-interceptor": "^1.2.0",
49-
"fflate": "^0.7.4",
50-
"filestack-react": "^2.0.0",
51-
"focus-trap-react": "^6.0.0",
52-
"get-parameter-names": "^0.3.0",
5348
"highcharts": "^10.3.3",
5449
"highcharts-react-official": "^3.2.0",
5550
"highlight.js": "^11.6.0",
5651
"html2canvas": "^1.4.1",
57-
"isomorphic-fetch": "^2.2.1",
58-
"joi": "^17.4.0",
59-
"katex": "^0.16.4",
6052
"lodash": "^4.17.21",
6153
"markdown-it": "^13.0.2",
6254
"marked": "4.1.1",
@@ -73,14 +65,12 @@
7365
"react-color": "^2.13.8",
7466
"react-contenteditable": "^3.3.6",
7567
"react-css-super-themr": "^2.2.0",
76-
"react-date-range": "^1.1.3",
7768
"react-datepicker": "^4.14.1",
7869
"react-dom": "^18.2.0",
7970
"react-dropzone": "^11.3.2",
8071
"react-elastic-carousel": "^0.11.5",
8172
"react-gtm-module": "^2.0.11",
8273
"react-helmet": "^6.1.0",
83-
"react-html-parser": "^2.0.2",
8474
"react-markdown": "8.0.6",
8575
"react-otp-input": "^3.1.1",
8676
"react-popper": "^2.3.0",
@@ -92,7 +82,6 @@
9282
"react-scripts": "5.0.1",
9383
"react-select": "^5.8.0",
9484
"react-spinners": "^0.13.6",
95-
"react-stickynode": "^1.4.1",
9685
"react-toastify": "^9.0.8",
9786
"react-tooltip": "5.11.1",
9887
"redux": "^4.2.0",
@@ -101,21 +90,15 @@
10190
"redux-promise": "^0.6.0",
10291
"redux-promise-middleware": "^6.1.3",
10392
"redux-thunk": "^2.4.1",
104-
"rehype-katex": "^6.0.2",
105-
"rehype-raw": "^6.1.1",
106-
"rehype-stringify": "^9.0.3",
10793
"remark-breaks": "^3.0.2",
10894
"remark-frontmatter": "^4.0.1",
10995
"remark-gfm": "^3.0.1",
110-
"remark-math": "^5.1.1",
11196
"remove": "^0.1.5",
11297
"sanitize-html": "^2.12.1",
11398
"sass": "^1.79.0",
114-
"shortid": "^2.2.16",
11599
"styled-components": "^5.3.6",
116100
"swr": "^1.3.0",
117101
"tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.27",
118-
"turndown": "^4.0.2",
119102
"typescript": "^4.8.4",
120103
"universal-navigation": "https://github.com/topcoder-platform/universal-navigation#9fc50d938be7182",
121104
"uuid": "^9.0.0"
@@ -247,7 +230,7 @@
247230
]
248231
},
249232
"volta": {
250-
"node": "16.15.0",
251-
"yarn": "1.22.19"
233+
"node": "22.13.0",
234+
"yarn": "1.22.22"
252235
}
253236
}

src/apps/earn/README.md

-3
This file was deleted.

src/apps/earn/index.ts

-1
This file was deleted.

src/apps/earn/src/EarnApp.tsx

-24
This file was deleted.

src/apps/earn/src/actions/auth.js

-111
This file was deleted.

src/apps/earn/src/actions/challenge-listing/filter-panel.js

-24
This file was deleted.

0 commit comments

Comments
 (0)