Initial commit
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
dist/index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "@gsc/react-auth", | |||
"version": "1.0.0", | |||
"description": "React components to obtain a JWT from MS AAD and make it available on Context for use in API calls", | |||
"main": "dist/index.js", | |||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | |||
"license": "MIT", | |||
"private": true, | |||
"scripts": { | |||
"build": "NODE_ENV=production babel src -d dist --copy-files" | |||
}, | |||
"dependencies": { | |||
"@babel/polyfill": "^7.2.5", | |||
"jwt-decode": "^2.2.0", | |||
"react-aad-msal": "^0.4.1" | |||
}, | |||
"peerDependencies": { | |||
"react": "^16.7.0" | |||
}, | |||
"devDependencies": { | |||
"@babel/cli": "^7.2.3", | |||
"@babel/core": "^7.2.2", | |||
"@babel/preset-env": "^7.3.1", | |||
"@babel/preset-react": "^7.0.0" | |||
} | |||
} |
src/index.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment