Broadcast-Development-Kit-M.../package.json

80 строки
2.1 KiB
JSON

{
"name": "broadcast-development-kit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "^2.8.0",
"@craco/craco": "^5.8.0",
"@fluentui/react-northstar": "^0.56.0",
"@microsoft/teams-js": "^1.8.0",
"axios": "^0.21.1",
"connected-react-router": "^6.8.0",
"craco-alias": "^2.1.1",
"jwt-decode": "^3.1.2",
"moment": "^2.27.0",
"msal": "^1.4.4",
"msteams-react-base-component": "^2.2.0",
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.4",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"uuid": "^8.3.2"
},
"scripts": {
"lint": "eslint .",
"start": "craco start",
"build": "craco build",
"test": "jest --coverage",
"test:watch": "jest --watch --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@iconify-icons/fluent": "^1.1.17",
"@iconify/react": "^1.1.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.0",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint-plugin-react": "^7.20.0",
"jest": "^24.9.0",
"jest-sonar-reporter": "^2.0.0",
"redux-mock-store": "^1.5.4",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
},
"jest": {
"testResultsProcessor": "jest-sonar-reporter"
}
}