-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 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": "threatboom",
"version": "1.0.0",
"description": "A Ransomware Visualizer",
"private": true,
"dependencies": {
"d3-array": "^2.2.0",
"d3-axis": "^1.0.12",
"d3-brush": "^1.0.6",
"d3-geo": "^1.11.6",
"d3-scale": "^3.0.0",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-svg-legend": "^2.25.6",
"d3-transition": "^1.2.0",
"material-components-web": "^3.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"react-simple-maps": "^0.12.1",
"react-svg-piechart": "^2.4.0",
"react-table": "^6.10.0",
"react-test-renderer": "^16.8.6",
"react-tooltip": "^3.10.0",
"recharts": "^1.6.2",
"update-all-packages": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject"
},
"proxy": "https://mysterious-ridge-67938.herokuapp.com/",
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest-enzyme": "^7.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/malexanderboyd/ThreatBOOM.git"
}
}