-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 810 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 810 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
{
"name": "relay-101",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Clay Allsopp <clay.allsopp@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-relay-plugin": "0.2.5",
"graphql": "0.4.4",
"history": "1.13.1",
"materialize-css": "^0.97.8",
"react": "0.14.0-rc1",
"react-dom": "0.14.0-rc1",
"react-relay": "0.3.2",
"react-router": "2.5.2",
"react-router-relay": "0.13.5",
"sync-request": "2.0.1",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
}
}