bbgo_origin/apps/bbgo-backtest-report/package.json

29 lines
626 B
JSON
Raw Normal View History

2022-05-06 05:47:13 +00:00
{
"name": "bbgo-backtest-report",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"d3-dsv": "^3.0.1",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"next": "12.1.6",
"react": "18.1.0",
2022-05-11 11:23:23 +00:00
"react-dom": "18.1.0",
"react-financial-charts": "^1.3.2"
2022-05-06 05:47:13 +00:00
},
"devDependencies": {
"@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",
"typescript": "4.6.4"
}
}