Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CITGuru committed May 6, 2019
1 parent cb7733b commit 91ca07c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9,130 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.0"
"react-redux": "^7.0.3",
"react-scripts": "3.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.86.0",
"typescript": "*"
},
"scripts": {
"start": "react-scripts start",
Expand Down
24 changes: 10 additions & 14 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
"name": "Tabry",
"description": "Launches apps, the good way!",
"version": "1.0",
"manifest_version": 2,
"permissions" : ["management", "history", "storage"],
"chrome_url_overrides" : {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}
Loading

0 comments on commit 91ca07c

Please sign in to comment.