-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
45
46
47
{
"name": "crowdbreaks",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/crowdbreaks/crowdbreaks"
},
"author": {
"name": "Martin Müller",
"email": "martin.mathias.mueller@gmail.com"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0",
"@rails/webpacker": "^4.0.7",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"d3": "^5.9.2",
"humps": "^2.0.1",
"jquery": "3.5.0",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"rails-erb-loader": "^5.5.2",
"rails-ujs": "^5.2.3",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-d3-graph": "^2.0.2",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.8",
"react-modal": "^3.8.1",
"react-tweet-embed": "^1.2.2",
"rollbar": "^2.13.0",
"toastr": "^2.1.4",
"turbolinks": "^5.2.0",
"webpack": "^4.0.0",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"webpack-dev-server": "^3.7.1"
}
}