86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"name": "@azure/msal-react",
|
|
"version": "3.0.17",
|
|
"author": {
|
|
"name": "Microsoft",
|
|
"email": "nugetaad@microsoft.com",
|
|
"url": "https://www.microsoft.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
|
},
|
|
"description": "Microsoft Authentication Library for React",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"main": "lib/msal-react.cjs",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"default": "./lib/msal-react.cjs"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"beachball": {
|
|
"disallowedChangeTypes": [
|
|
"major"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c --strictDeprecations --bundleConfigAsCjs",
|
|
"build:modules:watch": "rollup -cw --bundleConfigAsCjs",
|
|
"test": "jest --forceExit",
|
|
"test:coverage": "jest --coverage",
|
|
"lint": "eslint src --ext .ts --ext .tsx",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-browser --workspace=@azure/msal-react",
|
|
"prepack": "npm run build:all",
|
|
"format:check": "prettier --ignore-path .gitignore --check src test",
|
|
"format:fix": "prettier --ignore-path .gitignore --write src test",
|
|
"apiExtractor": "api-extractor run"
|
|
},
|
|
"peerDependencies": {
|
|
"@azure/msal-browser": "^4.19.0",
|
|
"react": "^16.8.0 || ^17 || ^18 || ^19"
|
|
},
|
|
"devDependencies": {
|
|
"@azure/msal-browser": "^4.19.0",
|
|
"@microsoft/api-extractor": "^7.43.4",
|
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
"@testing-library/jest-dom": "^5.11.5",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^20.5.1",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"jest-junit": "^16.0.0",
|
|
"msal-test-utils": "file:../../shared-test-utils",
|
|
"prettier": "2.8.7",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"rollup": "^4.22.4",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-jest-resolver": "^2.0.1",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|