-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49c479e
commit 849a38f
Showing
1 changed file
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name": "react-adal", | ||
"version": "0.5.1", | ||
"description": "Azure Active Directory (ADAL) support for ReactJS", | ||
"main": "lib/react-adal.js", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production babel src --out-dir lib", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"sdk:update": "node internals/update-sdk.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/salvoravida/react-adal.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"implicit", | ||
"js", | ||
"AAD", | ||
"adal", | ||
"oauth", | ||
"oauth2", | ||
"azure", | ||
"react-adal", | ||
"actve", | ||
"directory", | ||
"msal" | ||
], | ||
"author": "salvoravida", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/salvoravida/react-adal/issues" | ||
}, | ||
"homepage": "https://github.com/salvoravida/react-adal#readme", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.10", | ||
"@salvoravida/eslint-config": "0.0.4", | ||
"cross-env": "7.0.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0" | ||
} | ||
} | ||
{ | ||
"name": "react-adal", | ||
"version": "0.5.2", | ||
"description": "Azure Active Directory (ADAL) support for ReactJS", | ||
"main": "lib/react-adal.js", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production babel src --out-dir lib", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"sdk:update": "node internals/update-sdk.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/salvoravida/react-adal.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"implicit", | ||
"js", | ||
"AAD", | ||
"adal", | ||
"oauth", | ||
"oauth2", | ||
"azure", | ||
"react-adal", | ||
"actve", | ||
"directory", | ||
"msal" | ||
], | ||
"author": "salvoravida", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/salvoravida/react-adal/issues" | ||
}, | ||
"homepage": "https://github.com/salvoravida/react-adal#readme", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.10", | ||
"@salvoravida/eslint-config": "0.0.4", | ||
"cross-env": "7.0.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0" | ||
} | ||
} |