mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
37 lines
897 B
JSON
37 lines
897 B
JSON
{
|
|
"name": "bbgo-backtest-report",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"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-time-format": "^4.1.0",
|
|
"lightweight-charts": "^3.8.0",
|
|
"next": "12.1.6",
|
|
"react": "18.1.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",
|
|
"typescript": "4.6.4"
|
|
}
|
|
}
|