bbgo_origin/frontend/package.json

37 lines
941 B
JSON
Raw Normal View History

2021-01-22 16:50:23 +00:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
2021-01-24 06:07:44 +00:00
"dev": "next dev",
"build": "next build",
2021-01-29 03:21:21 +00:00
"start": "next start",
"export": "next build && next export"
2021-01-22 16:50:23 +00:00
},
2021-01-24 06:07:44 +00:00
"dependencies": {
"@material-ui/core": "^4.11.2",
2021-01-29 08:50:06 +00:00
"@material-ui/data-grid": "^4.0.0-alpha.18",
2021-01-24 08:54:28 +00:00
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
2021-10-07 09:05:35 +00:00
"@nivo/bar": "^0.73.1",
"@nivo/core": "^0.73.0",
"@nivo/pie": "^0.73.0",
2021-10-07 08:41:36 +00:00
"axios": "^0.22.0",
2021-01-24 10:12:26 +00:00
"classnames": "^2.2.6",
2021-10-07 08:59:42 +00:00
"isomorphic-fetch": "^3.0.0",
2021-10-07 08:46:09 +00:00
"next": "^11.1.2",
2021-01-29 11:30:38 +00:00
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-10-13 03:32:44 +00:00
"react-number-format": "^4.4.4",
"react-spring": "^9.3.0"
2021-01-22 16:50:23 +00:00
},
2021-01-24 06:07:44 +00:00
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
2021-01-29 11:30:38 +00:00
"next-transpile-modules": "^6.1.0",
2021-01-24 06:07:44 +00:00
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"typescript": "^4.1.3"
2021-01-22 16:50:23 +00:00
}
}