-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "SItCOM",
"version": "1.0.0",
"private": true,
"description": "SImple COmmunity Management",
"license": "MIT",
"contributors": [
{
"name": "Michael Hoste",
"email": "michael.hoste@gmail.com"
},
{
"name": "Aurélien Malisart",
"email": "aurelien@phonoid.com"
}
],
"dependencies": {
"@babel/preset-react": "7.7.0",
"@bugsnag/js": "^6.5.2",
"@rails/actioncable": "6.0.1",
"@rails/ujs": "6.0.1",
"@rails/webpacker": "4.2.2",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-react": "6.11.1",
"chart.js": "^2.9.4",
"dropzone": "4.3.0",
"email-validator": "2.0.4",
"envify": "4.1.0",
"humps": "2.0.1",
"lodash": "4.17.21",
"moment": "^2.24.0",
"prop-types": "15.7.2",
"react": "15.6.2",
"react-click-outside": "2.1.0",
"react-datepicker": "0.29.0",
"react-dom": "15.6.2",
"react-infinite": "0.9.2",
"react-router": "2.8.1",
"react-select": "1.0.0",
"react_ujs": "2.6.0",
"wolfy87-eventemitter": "5.2.8"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}