bbgo_origin/apps/backtest-report/package.json
2022-06-08 12:42:23 +08:00

39 lines
1001 B
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-time-format": "^4.1.0",
"lightweight-charts": "^3.8.0",
"moment": "^2.29.3",
"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"
}
}