bbgo_origin/apps/frontend/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2021-01-22 16:50:23 +00:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
2022-06-07 14:38:41 +00:00
"dev": "yarn run next dev",
"build": "yarn run next build",
"start": "yarn run next start",
2022-06-10 10:52:09 +00:00
"export": "yarn run next build && yarn run next export",
"prettier": "prettier --write ."
2021-01-22 16:50:23 +00:00
},
2021-01-24 06:07:44 +00:00
"dependencies": {
2022-06-12 15:07:25 +00:00
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
2022-06-21 02:21:43 +00:00
"@ethersproject/units": "^5.6.1",
2022-06-12 15:07:25 +00:00
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@mui/x-data-grid": "^5.12.1",
2022-06-21 02:21:43 +00:00
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/pie": "^0.79.1",
"@usedapp/core": "1.0.9",
"axios": "^0.27.2",
2021-01-24 10:12:26 +00:00
"classnames": "^2.2.6",
2022-06-21 02:21:43 +00:00
"ethers": "^5.6.9",
2021-10-07 08:59:42 +00:00
"isomorphic-fetch": "^3.0.0",
2022-06-20 14:08:08 +00:00
"next": "12",
2022-04-13 15:55:25 +00:00
"qrcode.react": "^3.0.1",
2022-06-20 14:08:08 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-number-format": "^4.4.4"
2021-01-22 16:50:23 +00:00
},
2021-01-24 06:07:44 +00:00
"devDependencies": {
2022-06-21 02:21:43 +00:00
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"next-transpile-modules": "^9.0.0",
2022-06-10 10:52:09 +00:00
"prettier": "^2.6.2",
2021-01-24 06:07:44 +00:00
"typescript": "^4.1.3"
2021-01-22 16:50:23 +00:00
}
}