-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 907 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
{
"name": "github-relay",
"version": "0.0.1",
"description": "Relay client for github GraphQL API",
"repository": "https://github.com/Miz85/github-relay",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --content-base public --hot --no-info",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nazim Saouli",
"license": "MIT",
"dependencies": {
"material-ui": "^0.16.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-relay": "^0.9.3",
"react-tap-event-plugin": "^1.0.0"
},
"devDependencies": {
"babel-relay-plugin": "^0.9.3",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}