-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "google_maps_and_graphql",
"version": "1.0.0",
"description": "google maps & graphql",
"repository": {
"type": "git",
"url": "github.com/findli"
},
"main": "index.js",
"scripts": {
"dev": "tsc && nodemon index.js --ignore client"
},
"author": "Ian Burtovoy, [email protected]",
"license": "ISC",
"dependencies": {
"nodemon": "1.18.3",
"typescript": "3.0.1",
"apollo-cache-inmemory": "^1.2.1",
"apollo-client": "^2.3.7",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"express-session": "^1.15.6",
"graphql": "^14.0.0-rc.2",
"graphql-tag": "^2.9.2",
"html-webpack-plugin": "^3.2.0",
"jquery": "3.3.1",
"load-google-maps-api": "1.3.2",
"lodash": "^4.17.10",
"mongoose": "^5.1.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "16.4.2",
"react-apollo": "^2.1.9",
"react-dom": "^16.4.1",
"react-loadable": "5.4.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"sequelize": "^4.38.0",
"underscore": "1.9.1",
"webpack": "^4.16.2",
"webpack-dev-middleware": "^3.1.3"
},
"devDependencies": {
"@types/underscore": "^1.8.8",
"@types/graphql": "^0.13.4",
"@types/jquery": "3.3.5",
"@types/react": "16.4.8",
"@types/react-loadable": "5.4.1"
}
}