|
| 1 | +{ |
| 2 | + "name": "react-typescript-sample", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A sample React application that demonstrates the Azure AD react component.", |
| 5 | + "private": true, |
| 6 | + "license": "MIT", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/syncweek-react-aad/react-aad.git" |
| 10 | + }, |
| 11 | + "author": "Laura Bochenek", |
| 12 | + "contributors": [ |
| 13 | + "Laura Bochenek <[email protected]>", |
| 14 | + "Omeed Musavi <[email protected]>", |
| 15 | + "Lilian Kasem <[email protected]>", |
| 16 | + "Tess DiStefano <[email protected]>", |
| 17 | + "Lucas Huet-Hudson <[email protected]>", |
| 18 | + "Zach Miller <[email protected]>", |
| 19 | + "P.J. Little <[email protected]>", |
| 20 | + "Shawn Cicoria <[email protected]>", |
| 21 | + "Andrew Craswell <[email protected]>", |
| 22 | + "Björn Dalfors <[email protected]>" |
| 23 | + ], |
| 24 | + "dependencies": { |
| 25 | + "@testing-library/jest-dom": "^4.2.4", |
| 26 | + "@testing-library/react": "^9.3.2", |
| 27 | + "@testing-library/user-event": "^7.1.2", |
| 28 | + "@types/jest": "^24.0.0", |
| 29 | + "@types/node": "^12.0.0", |
| 30 | + "@types/react": "^16.9.0", |
| 31 | + "@types/react-dom": "^16.9.0", |
| 32 | + "@types/react-redux": "^7.1.7", |
| 33 | + "msal": "^1.2.0", |
| 34 | + "react": "^16.12.0", |
| 35 | + "react-aad-msal": "^2.3.2", |
| 36 | + "react-dom": "^16.12.0", |
| 37 | + "react-redux": "^7.1.3", |
| 38 | + "react-scripts": "3.3.0", |
| 39 | + "redux": "^4.0.5", |
| 40 | + "typescript": "^3.7.5" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "rimraf": "^3.0.0" |
| 44 | + }, |
| 45 | + "scripts": { |
| 46 | + "clean": "rimraf build", |
| 47 | + "start": "react-scripts start", |
| 48 | + "build": "react-scripts build", |
| 49 | + "test": "react-scripts test --env=jsdom", |
| 50 | + "eject": "react-scripts eject" |
| 51 | + }, |
| 52 | + "eslintConfig": { |
| 53 | + "extends": "react-app" |
| 54 | + }, |
| 55 | + "browserslist": { |
| 56 | + "production": [ |
| 57 | + ">0.2%", |
| 58 | + "not dead", |
| 59 | + "not ie < 11", |
| 60 | + "not op_mini all" |
| 61 | + ], |
| 62 | + "development": [ |
| 63 | + "last 1 chrome version", |
| 64 | + "last 1 firefox version", |
| 65 | + "last 1 safari version" |
| 66 | + ] |
| 67 | + } |
| 68 | +} |
0 commit comments