mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "yarn run next dev",
|
|
"build": "yarn run next build",
|
|
"start": "yarn run next start",
|
|
"export": "yarn run next build && yarn run next export",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@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",
|
|
"@nivo/bar": "^0.73.1",
|
|
"@nivo/core": "^0.73.0",
|
|
"@nivo/pie": "^0.73.0",
|
|
"@usedapp/core": "0.5.4",
|
|
"axios": "^0.22.0",
|
|
"classnames": "^2.2.6",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"next": "12",
|
|
"qrcode.react": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-number-format": "^4.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.22",
|
|
"@types/react": "^17.0.0",
|
|
"next-transpile-modules": "^6.1.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|