-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 899 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": "graphql-presentation",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.1",
"apollo-link-http": "^1.3.2",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"graphiql": "^0.11.11",
"graphql": "^0.12.3",
"graphql-server-express": "^1.3.2",
"graphql-tag": "^2.6.1",
"graphql-tools": "^2.18.0",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0",
"spectacle-scripts": "2.0.0"
},
"scripts": {
"start-server": "babel-node server",
"start-presentation": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"raw-loader": "^0.5.1"
}
}