-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 Bytes
/
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
{
"name": "relay-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ."
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.7.7",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-node5": "^10.5.0",
"babel-register": "^6.7.2",
"babel-relay-plugin": "^0.8.0",
"bluebird": "^3.2.1",
"dataloader": "^1.2.0",
"express": "^4.13.4",
"express-graphql": "^0.4.4",
"faker": "^3.0.1",
"graphql": "^0.4.16",
"graphql-relay": "^0.3.6",
"lodash": "^4.2.1",
"pg": "^4.4.4",
"pg-hstore": "^2.3.2",
"sequelize": "^3.19.1",
"sqlite3": "^3.1.4"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-async-generators": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"eslint": "^2.13.0",
"nodemon": "^1.9.2",
"typings": "^1.0.4"
}
}