forked from bitquery/explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
40
41
42
43
44
{
"name": "explorer",
"private": true,
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@bitquery/graph": "^1.0.5",
"@bitquery/ide-charts": "^2.0.5",
"@bitquery/ide-graph": "^2.0.6",
"@bitquery/ide-tradingview": "^1.0.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/actioncable": "^6.0.2-2",
"@rails/activestorage": "^6.0.2-2",
"@rails/ujs": "^6.0.2-2",
"@rails/webpacker": "^5.0.1",
"bootstrap": "^4.4.1",
"clipboard": "^2.0.6",
"cryptocurrency-icons": "^0.18.0",
"daterangepicker": "^3.0.5",
"graphql-query-to-json": "^2.0.1",
"graphql-ws": "5.0.0",
"jquery": "^3.4.1",
"js-treeview": "^1.1.5",
"lightweight-charts": "^3.6.1",
"micromark": "^3.0.7",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"popper.js": "^1.16.1",
"serialize-javascript": "^6.0.1",
"sockjs": "^0.3.21",
"sockjs-client": "^1.5.2",
"stompjs": "^2.3.3",
"table-widget": "^1.0.1",
"turbolinks": "^5.2.0",
"vega-widgets": "^2.0.3",
"vis": "^4.21.0-EOL"
},
"version": "0.1.0",
"license": "UNLICENSED",
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.5.0",
"webpack-dev-server": "^3.10.3"
}
}