Initial commit based on GSC Today
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
netlify.toml
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "gsc-boilerplate", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@apollo/react-hooks": "^3.1.3", | |||
| "@gsc/material": "git+https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", | |||
| "@material-ui/core": "^4.7.0", | |||
| "@material-ui/icons": "^4.5.1", | |||
| "apollo-boost": "^0.4.4", | |||
| "connected-react-router": "^6.6.0", | |||
| "graphql": "^14.5.8", | |||
| "graphql-tag": "^2.10.1", | |||
| "localforage": "^1.7.3", | |||
| "react": "^16.11.0", | |||
| "react-dom": "^16.11.0", | |||
| "react-redux": "^7.1.3", | |||
| "react-router-dom": "^5.1.2", | |||
| "react-scripts": "3.3.0", | |||
| "redux": "^4.0.4", | |||
| "redux-persist": "^6.0.0" | |||
| }, | |||
| "scripts": { | |||
| "start": "react-scripts start", | |||
| "build": "react-scripts build", | |||
| "test": "react-scripts test --env=jsdom", | |||
| "eject": "react-scripts eject" | |||
| }, | |||
| "devDependencies": { | |||
| "netlify-cli": "^2.20.2" | |||
| }, | |||
| "browserslist": [ | |||
| ">0.2%", | |||
| "not dead", | |||
| "not ie <= 11", | |||
| "not op_mini all" | |||
| ] | |||
| } |
8.83 KB
26.1 KB
2.68 KB
public/img/favicon-16x16.png
0 → 100644
657 Bytes
public/img/favicon-32x32.png
0 → 100644
981 Bytes
public/img/favicon-96x96.png
0 → 100644
1.76 KB
public/img/favicon.ico
0 → 100644
14.7 KB
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.js
0 → 100644
26.6 KB
24.7 KB
src/assets/gsclogo.png
0 → 100644
23.9 KB
src/config.js
0 → 100644
src/index.js
0 → 100644
src/redux/counterSlice.js
0 → 100644
src/redux/rootReducer.js
0 → 100644
src/redux/store.js
0 → 100644
src/registerServiceWorker.js
0 → 100644
src/routes/AnotherRoute.js
0 → 100644
src/routes/HomeRoute.js
0 → 100644
src/routes/RouteMapper.js
0 → 100644
src/routes/SecondRoute.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.