-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1008 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1008 Bytes
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
{
"name": "employee-directory-app",
"description": "A quick way to get up and running with Relay",
"version": "0.0.1",
"scripts": {
"start": "babel-node ./server.js",
"update-schema": "babel-node ./scripts/updateSchema.js"
},
"author": "l4c",
"license": "MIT",
"devDependencies": {
"babel": "5.8.21",
"babel-loader": "5.3.2",
"babel-relay-plugin": "0.2.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"css-loader": "^0.18.0",
"file-loader": "^0.8.4",
"node-sass": "^3.2.0",
"url-loader": "^0.5.6"
},
"dependencies": {
"classnames": "^2.1.3",
"express": "^4.13.1",
"express-graphql": "0.3.0",
"graphql": "0.4.2",
"graphql-relay": "0.3.2",
"history": "^1.12.2",
"mongoose": "^4.1.10",
"react": "^0.14.0-rc",
"react-dom": "^0.14.0-rc",
"react-relay": "^0.3.1",
"react-router": "^1.0.0-rc1",
"react-router-relay": "^0.6.1"
}
}