-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 Bytes
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
{
"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.malisart@gmail.com"
}
],
"dependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-incremental": "^3.1.1",
"dropzone": "^4.3.0",
"envify": "^3.4.1",
"humps": "^1.1.0",
"jquery.scrollto": "^2.1.2",
"moment": "^2.14.1",
"react": "^15.3.0",
"react-click-outside": "^2.1.0",
"react-datepicker": "^0.29.0",
"react-dom": "^15.3.0",
"react-infinite": "^0.9.2",
"react-router": "^2.6.1",
"react-select": "1.0.0-beta14",
"wolfy87-eventemitter": "^5.1.0"
}
}