forked from geminiyellow/coordinate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "coordinate",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/krumbot/coordinate"
},
"main": "index.js",
"scripts": {
"start:hot": "nodemon ./app.js",
"start": "node app.js"
},
"author": "github.com/krumbot",
"license": "ISC",
"dependencies": {
"apollo-client": "^0.8.2",
"axios": "^0.15.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"cors": "^2.8.3",
"express": "^4.14.0",
"express-graphql": "^0.6.1",
"express-session": "^1.15.0",
"firebase": "^4.1.3",
"firebase-admin": "^5.0.0",
"graphql": "^0.8.2",
"graphql-tag": "^1.2.4",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-apollo": "^0.10.0",
"react-router": "^3.0.2",
"request": "^2.81.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.22.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
}
}