-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "react-graphql-relay",
"version": "1.0.0",
"description": "react graphql relay",
"scripts": {
"client": "webpack",
"server": "babel-node ./src/server",
"client:watch": "npm run client -- -w --hide-modules",
"server:watch": "nodemon --watch ./src/server --exec npm run server",
"start": "concurrently \"npm run client:watch\" \"npm run server:watch\""
},
"author": "Gopikrishna Sathyamurthy",
"license": "ISC",
"dependencies": {
"babel-cli": "6.23.0",
"babel-loader": "6.3.2",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-relay-plugin": "0.10.0",
"body-parser": "1.16.1",
"concurrently": "3.3.0",
"express": "4.14.1",
"express-graphql": "0.6.3",
"graphql": "0.9.1",
"graphql-relay": "0.5.1",
"html-webpack-plugin": "2.28.0",
"isomorphic-fetch": "2.2.1",
"mysql": "2.13.0",
"nodemon": "1.11.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-relay": "0.10.0",
"webpack": "2.2.1"
}
}