Initial commit for testing
parents
Showing
.npmignore
0 → 100644
ProximaNovaFontFace.css
0 → 100644
README.md
0 → 100644
fonts/ProximaNova-Light.eot
0 → 100644
File added
fonts/ProximaNova-Light.svg
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
fonts/ProximaNova-Light.ttf
0 → 100644
File added
fonts/ProximaNova-Light.woff
0 → 100644
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
File added
img/gsclogo-inverse.png
0 → 100644
24.7 KB
img/gsclogo.png
0 → 100644
23.9 KB
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "gsc-material", | ||
"version": "1.0.0", | ||
"description": "An implementation of Material-UI with GSC styling", | ||
"main": "index.js", | ||
"repository": "https://git.gsc.org.uk/utils/gsc-material.git", | ||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | ||
"license": "MIT", | ||
"private": true, | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
"@material-ui/core": "^3.3.0" | ||
} | ||
} |