mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
39 lines
1001 B
JSON
39 lines
1001 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next build && next export"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.2",
|
|
"@material-ui/data-grid": "^4.0.0-alpha.18",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
"@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": "^11.1.2",
|
|
"qrcode.react": "^3.0.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-number-format": "^4.4.4",
|
|
"react-spring": "^9.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.22",
|
|
"@types/react": "^17.0.0",
|
|
"next-transpile-modules": "^6.1.0",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|