bbgo_origin/apps/backtest-report/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2022-05-06 05:47:13 +00:00
{
"name": "bbgo-backtest-report",
"version": "0.1.0",
"private": true,
"scripts": {
2022-06-07 14:38:41 +00:00
"dev": "yarn run next dev",
"build": "yarn run next build",
2022-05-06 05:47:13 +00:00
"start": "next start",
"lint": "next lint",
2022-06-07 14:38:41 +00:00
"export": "yarn run next build && yarn run next export"
2022-05-06 05:47:13 +00:00
},
"dependencies": {
2022-05-18 17:00:45 +00:00
"@mantine/core": "^4.2.5",
"@mantine/hooks": "^4.2.5",
"@mantine/next": "^4.2.5",
2022-05-06 05:47:13 +00:00
"d3-dsv": "^3.0.1",
"d3-format": "^3.1.0",
2022-06-27 05:49:05 +00:00
"d3-scale": "^4.0.2",
2022-05-06 05:47:13 +00:00
"d3-time-format": "^4.1.0",
2022-06-27 05:49:05 +00:00
"date-fns": "^2.28.0",
2022-05-16 14:24:25 +00:00
"lightweight-charts": "^3.8.0",
2022-05-18 18:11:43 +00:00
"moment": "^2.29.3",
2022-05-06 05:47:13 +00:00
"next": "12.1.6",
"react": "18.1.0",
2022-06-27 05:49:05 +00:00
"react-compound-slider": "^3.4.0",
2022-05-18 17:00:45 +00:00
"react-dom": "18.1.0",
"tabler-icons-react": "^1.48.0"
2022-05-06 05:47:13 +00:00
},
"devDependencies": {
2022-05-11 11:51:31 +00:00
"@types/d3-dsv": "^3.0.0",
"@types/d3-format": "^3.0.1",
"@types/d3-time-format": "^4.0.0",
2022-05-06 05:47:13 +00:00
"@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",
2022-06-27 05:49:05 +00:00
"sass": "^1.53.0",
2022-05-06 05:47:13 +00:00
"typescript": "4.6.4"
}
}