Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit f8a79d2

Browse files
redux (#15)
1 parent 9738bd5 commit f8a79d2

File tree

24 files changed

+486
-182
lines changed

24 files changed

+486
-182
lines changed

Diff for: package-lock.json

+196-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"ajv": "^6.5.2",
67
"firebase": "^5.3.1",
78
"react": "^16.4.2",
89
"react-dom": "^16.4.2",
10+
"react-redux": "^5.0.7",
911
"react-router-dom": "^4.3.1",
10-
"react-scripts": "1.1.4"
12+
"react-scripts": "1.1.4",
13+
"recompose": "^0.28.2",
14+
"redux": "^4.0.0"
1115
},
1216
"scripts": {
1317
"start": "react-scripts start",

Diff for: public/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1111
-->
1212
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
13-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
1413
<!--
1514
Notice the use of %PUBLIC_URL% in the tags above.
1615
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)