-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.2 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
38
39
{
"name": "pudgy-penguins-perspective",
"private": true,
"version": "0.0.1",
"description": "A perspective-workspace to visualize Pudgy Penguin transactions and price movements.",
"scripts": {
"start": "webpack serve --open",
"build": "webpack --color",
"clean": "rimraf dist",
"fetch:data": "python3 scripts/data_fetcher.py",
"fetch:images": "python3 scripts/image_fetcher.py"
},
"author": "[email protected]",
"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"
}
}