bbgo_origin/apps/backtest-report/package.json
dependabot[bot] 3a829c1638
build(deps): bump moment from 2.29.3 to 2.29.4 in /apps/backtest-report
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 18:19:37 +00:00

43 lines
1.1 KiB
JSON

{
"name": "bbgo-backtest-report",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn run next dev",
"build": "yarn run next build",
"start": "next start",
"lint": "next lint",
"export": "yarn run next build && yarn run next export"
},
"dependencies": {
"@mantine/core": "^4.2.5",
"@mantine/hooks": "^4.2.5",
"@mantine/next": "^4.2.5",
"d3-dsv": "^3.0.1",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-time-format": "^4.1.0",
"date-fns": "^2.28.0",
"lightweight-charts": "^3.8.0",
"moment": "^2.29.4",
"next": "12.1.6",
"react": "18.1.0",
"react-compound-slider": "^3.4.0",
"react-dom": "18.1.0",
"tabler-icons-react": "^1.48.0"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.0",
"@types/d3-format": "^3.0.1",
"@types/d3-time-format": "^4.0.0",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"next-transpile-modules": "^9.0.0",
"sass": "^1.53.0",
"typescript": "4.6.4"
}
}