-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.52 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
48
49
{
"name": "meteor-socialize",
"private": true,
"scripts": {
"start": "meteor run --settings settings.json",
"debug": "meteor run --inspect --settings settings.json",
"deploy": "DEPLOY_HOSTNAME=us-east-1.galaxy-deploy.meteor.com meteor deploy --settings settings-prod.json socialize.meteorapp.com"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"bcrypt": "^2.0.1",
"bootstrap-sass": "^3.3.7",
"cloudinary": "^1.11.0",
"cloudinary-core": "^2.5.0",
"core-js": "^2.5.7",
"fbjs": "^1.0.0",
"history": "^4.7.2",
"idle-timer": "^1.2.0",
"meteor-node-stubs": "^0.4.1",
"plural": "^1.1.0",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-component-caching": "^1.1.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.2",
"react-resize-detector": "^2.2.0",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-timeago": "^4.1.9",
"simpl-schema": "^1.5.3",
"uniforms": "^1.26.0",
"uniforms-bootstrap3": "^1.26.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}