-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
35
{
"name": "react-api-poc",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-client": "^2.0.3",
"apollo-client-preset": "^1.0.3",
"apollo-link": "^1.0.3",
"apollo-link-context": "^1.0.1",
"auth0-js": "^8.10.1",
"auth0-lock": "^10.23.1",
"axios": "^0.17.0",
"bootstrap": "3",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"react": "^16.0.0",
"react-apollo": "^2.0.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.16"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"flow": "flow",
"test": "react-scripts test --env=jsdom"
},
"devDependencies": {
"flow-bin": "^0.57.3"
},
"proxy": "http://api:3001/"
}