brainstorm-fluidframework-m.../package.json

71 строка
1.9 KiB
JSON

{
"name": "learn-together-brainstorm",
"version": "0.57.2",
"description": "A simple brainstorming app built using Create React App plus a Fluid data model",
"homepage": "https://fluidframework.com",
"repository": "microsoft/FluidExamples",
"license": "MIT",
"author": "Microsoft and contributors",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"start:server": "tinylicious",
"start:frs": "cross-env REACT_APP_FLUID_CLIENT='\"useAzure\"' npm run start",
"test": "react-scripts test",
"test:report": "echo No test for this example"
},
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"no-restricted-globals": [
"error",
"event",
"fdescribe"
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fluentui/react": "^8.29.2",
"@fluentui/react-icons-mdl2": "^1.2.1",
"fluid-framework": "^0.57.2",
"@fluidframework/azure-client": "^0.57.2",
"@fluidframework/test-runtime-utils": "^0.57.2",
"@microsoft/mgt-element": "^2.3.0",
"@microsoft/mgt-msal2-provider": "^2.3.0",
"@microsoft/mgt-react": "^2.3.0",
"@microsoft/signalr": "^5.0.11",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.2",
"react-toastify": "^8.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "27.0.1",
"@types/node": "^12.19.0",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"react-scripts": "5.0.1",
"typescript": "~4.4.2"
}
}