-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "maps",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^0.4.12",
"apollo-server": "^0.2.5",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"google-map-react": "^0.18.3",
"graphql": "^0.6.2",
"graphql-tag": "^0.1.11",
"graphql-tools": "^0.6.5",
"lodash": "^4.15.0",
"mantra-core": "^1.7.0",
"material-ui": "^0.15.4",
"meteor-node-stubs": "~0.2.0",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.1",
"react-apollo": "^0.4.7",
"react-dom": "^15.3.0",
"react-fontawesome": "^1.1.0",
"react-if": "^2.1.0",
"react-key-handler": "^0.2.0",
"react-komposer-plus": "^2.2.3",
"react-mounter": "^1.2.0",
"react-redux": "^4.4.5",
"react-search-input": "^0.10.3",
"react-tap-event-plugin": "^1.0.0",
"react-tooltip": "^3.1.6",
"reactcss": "^1.0.6",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"reflexbox": "^2.1.0"
},
"devDependencies": {
"babel-preset-meteor": "^6.12.0"
}
}