-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "mml",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"fb": "^2.0.0",
"google-maps-react": "^1.0.19",
"lodash": "^4.17.4",
"material-ui": "^0.18.3",
"meteor-node-stubs": "~0.2.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-google-autocomplete": "^1.0.13",
"react-google-maps": "^6.3.0",
"react-helmet": "^5.1.3",
"react-instafeed": "^0.3.2",
"react-places-autocomplete": "^5.3.1",
"react-router": "^4.1.1",
"react-table": "^6.4.0",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-babel": "0.0.2",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.3"
}
}