-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 887 Bytes
/
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
{
"name": "interception-heatmap",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "git@github.com:mknapik/heatmap.git",
"author": "Michał Knapik",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/bluebird": "^3.5.30",
"@types/heatmap.js": "^2.0.36",
"@types/node": "^13.9.5",
"@types/plotly.js": "^1.50.0",
"@types/ramda": "^0.27.0",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.5",
"@types/react-plotly.js": "^2.2.4",
"@types/uuid": "^7.0.3",
"parcel": "^1.12.4",
"prettier": "^2.0.2",
"typescript": "^3.8.3"
},
"dependencies": {
"bluebird": "^3.7.2",
"heatmap.js": "^2.0.5",
"plotly.js": "^1.52.3",
"ramda": "^0.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-plotly.js": "^2.4.0",
"use-debounce": "^3.4.2",
"uuid": "^8.0.0"
}
}