Skip to content

Commit cbf821f

Browse files
committed
adding sementic
1 parent 19ddb00 commit cbf821f

File tree

18 files changed

+584
-366
lines changed

18 files changed

+584
-366
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ yarn-error.log*
3030

3131
.firebase
3232
.firebaserc
33+
.idea

package-lock.json

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

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "react-semantic-ui-firebase-authentication",
2+
"name": "react-firebase-authentication",
33
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
6+
"epoch-timeago": "^1.1.9",
67
"firebase": "^5.6.0",
78
"react": "^16.6.3",
89
"react-dom": "^16.6.3",
910
"react-router-dom": "^4.3.1",
1011
"react-scripts": "2.1.1",
11-
"recompose": "^0.30.0"
12+
"recompose": "^0.30.0",
13+
"semantic-ui-react": "^0.83.0"
1214
},
1315
"scripts": {
1416
"start": "react-scripts start",

0 commit comments

Comments
 (0)