Skip to content

Commit 7f7e14f

Browse files
committed
Add node operator signup pages
1 parent 5539951 commit 7f7e14f

File tree

8 files changed

+881
-116
lines changed

8 files changed

+881
-116
lines changed

frontend/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6+
"@babel/core": ">=7.0.0 <8.0.0",
7+
"@babel/plugin-syntax-flow": "^7.14.5",
8+
"@babel/plugin-transform-react-jsx": "^7.14.9",
69
"@emotion/react": "latest",
710
"@emotion/styled": "latest",
811
"@mui/icons-material": "^5.4.2",
@@ -21,10 +24,12 @@
2124
"lodash": "^4.17.21",
2225
"moment": "^2.29.1",
2326
"prettier": "^2.6.2",
27+
"prop-types": ">=15.6.0 <16.0.0",
2428
"react": "latest",
2529
"react-dom": "latest",
2630
"react-ga4": "^1.4.1",
2731
"react-intersection-observer": "^9.4.0",
32+
"react-markdown": "^8.0.4",
2833
"react-number-format": "^4.9.1",
2934
"react-query": "^3.38.0",
3035
"react-router-dom": "^6.2.1",

0 commit comments

Comments
 (0)