Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "network-frontend", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "axios": "^0.17.0", | ||
| "react": "^16.0.0", | ||
| "react-dom": "^16.0.0", | ||
| "react-redux": "^5.0.6", | ||
| "react-router-dom": "^4.2.2", | ||
| "react-scripts": "1.0.14", | ||
| "redux": "^3.7.2", | ||
| "semantic-ui-css": "^2.2.12", | ||
| "semantic-ui-react": "^0.75.1" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject" | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/registerServiceWorker.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment