forked from BugsBunny338/gooddata-js-interview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 805 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": "gooddata-homework",
"version": "0.1.0",
"private": true,
"proxy": {
"/gdc": {
"changeOrigin": true,
"cookieDomainRewrite": "localhost",
"secure": false,
"target": "https://developer.na.gooddata.com/",
"headers": {
"host": "developer.na.gooddata.com",
"origin": null
}
},
"/*.html": {
"changeOrigin": true,
"secure": false,
"target": "https://developer.na.gooddata.com/"
}
},
"dependencies": {
"@gooddata/react-components": "^5.1.0",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}