-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (43 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "darksky",
"homepage": "https://cloudmu.github.com/darksky",
"version": "0.0.1",
"description": "A weather app to show weather report using darksky, reactjs, and plotly.js",
"repository": {
"type": "git",
"url": "https://github.com/cloudmu/darksky"
},
"keywords": [
"react",
"reactjs",
"darksky",
"forecast.io",
"plotly",
"plotly.js",
"create-react-app",
"CORS",
"proxy"
],
"author": "twitter.com/_cloudmu (https://github.com/cloudmu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudmu/darksky/issues"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "0.8.5"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"plotly.js": "1.26.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}