-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "perspective-btc-liquidity",
"private": true,
"version": "0.0.1",
"description": "Per-tick BTC-PERP liquidity from FTX in your browser",
"scripts": {
"start": "webpack serve --open",
"build": "webpack --color",
"clean": "rimraf dist"
},
"author": "tanjunyuan@hotmail.co.uk",
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.0.0",
"@finos/perspective-viewer": "^1.0.0",
"@finos/perspective-viewer-d3fc": "^1.0.0",
"@finos/perspective-viewer-datagrid": "^1.0.0",
"@finos/perspective-workspace": "^1.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"style-loader": "^3.3.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.0.0",
"@types/chroma-js": "^2.1.3",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"chroma": "^0.0.1",
"html-webpack-plugin": "^5.3.2",
"source-map-loader": "^3.0.0",
"ts-loader": "^6.2.1",
"typescript": "^4.4.3",
"webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}