Skip to content

Commit

Permalink
table 80% finished
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiedenmann committed Mar 17, 2024
1 parent 6c3dfeb commit ff262ed
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,32 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.4.1",
"ethers": "^5.4.7",
"@metamask/sdk-react": "^0.17.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.89",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"antd": "^5.15.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"react-scripts": "5.0.1"
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
Expand Down

0 comments on commit ff262ed

Please sign in to comment.