-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 813 Bytes
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": "nodereact",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "0.1.4",
"async": "2.6.1",
"axios": "0.18.0",
"bluebird": "3.5.1",
"graphql": "0.13.2",
"graphql-tag": "2.9.1",
"mongodb": "3.1.0-beta4",
"react": "^16.3.2",
"react-apollo": "2.1.3",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": {
"/api": {
"target": "http://localhost:4000"
}
},
"devDependencies": {
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0"
}
}