2017-08-14 16:41:12 +00:00
|
|
|
{
|
|
|
|
"name": "with-relay-modern",
|
|
|
|
"version": "3.0.3",
|
|
|
|
"description": "Example of Next.js with Relay Modern SSR",
|
|
|
|
"scripts": {
|
|
|
|
"graphcool-init": "graphcool init --schema schema/init-schema.graphql",
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"relay": "relay-compiler --src ./ --exclude **/.next/** **/node_modules/** **/test/** **/__generated__/** --schema ./schema/schema.graphql",
|
2017-08-15 05:50:56 +00:00
|
|
|
"schema": "graphql get-schema dev"
|
2017-08-14 16:41:12 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"dotenv": "^4.0.0",
|
|
|
|
"dotenv-webpack": "^1.5.4",
|
2017-08-15 05:50:56 +00:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2017-08-14 16:41:12 +00:00
|
|
|
"next": "^3.0.3",
|
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"react-relay": "^1.2.0-rc.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-15 05:50:56 +00:00
|
|
|
"graphql-cli": "^1.0.0-beta.4",
|
2017-08-14 16:41:12 +00:00
|
|
|
"babel-plugin-relay": "^1.1.0",
|
|
|
|
"graphcool": "^1.2.1",
|
|
|
|
"relay-compiler": "^1.2.0-rc.1"
|
|
|
|
}
|
2017-08-15 05:50:56 +00:00
|
|
|
}
|