-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.27 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": "theleader.io",
"version": "1.2.5",
"private": true,
"scripts": {
"start": "meteor run --settings settings.json --port 9000"
},
"dependencies": {
"amqplib": "^0.5.1",
"babel-runtime": "^6.22.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"capitalize": "^1.0.0",
"clipboard": "^1.5.16",
"email-template-builder": "^1.0.0",
"intercom-client": "^2.8.3",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.2.3",
"moment": "^2.17.1",
"moment-timezone": "^0.5.5",
"monkeylearn": "^0.1.10",
"papaparse": "^4.1.2",
"randomcolor": "^0.4.4",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.3.0",
"react-bootstrap": "^0.29.5",
"react-bootstrap-modal": "^2.1.0",
"react-dom": "^15.3.0",
"react-dropzone": "^3.5.3",
"react-filepicker": "^0.10.8",
"react-mounter": "^1.2.0",
"react-scroll-box": "^0.3.3-beta",
"react-scrollbar": "^0.4.1",
"react-skylight": "^0.4.0",
"react-social-sharebuttons": "^2.0.0",
"react-spinner": "^0.2.6",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"validate.js": "^0.10.0",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.10.2"
}
}