-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1013 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
{
"name": "rgrjs",
"version": "1.0.0",
"description": "Building Data-driven React Applications with Relay, GraphQL, and Flux",
"main": "server.js",
"scripts": {
"start": "nodemon --exec babel-node --presets react,es2015 src/server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"wp-alan": "cd src/alanmarcell && webpack",
"wp-amodev": "cd src/amodev && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angeloocana/relay.git"
},
"author": "angeloocana.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/angeloocana/relay/issues"
},
"homepage": "https://github.com/angeloocana/relay#readme",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-react": "^6.16.0",
"express": "^4.14.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.18.0"
}
}