2022-10-05 23:22:42 +03:00
|
|
|
{
|
2022-11-02 20:02:43 +03:00
|
|
|
"name": "@fluid-example/audience-demo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@fluidframework/azure-client": "^1.1.0",
|
|
|
|
"@fluidframework/test-client-utils": "^1.3.0",
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"fluid-framework": "^1.2.6",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-scripts": "5.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"start:server": "npx @fluidframework/azure-local-service@latest",
|
|
|
|
"test:report": "echo No test for this example",
|
|
|
|
"format": "npm run prettier:fix",
|
|
|
|
"lint": "npm run prettier",
|
|
|
|
"lint:fix": "npm run prettier:fix",
|
|
|
|
"prettier": "prettier --check . --ignore-path ./.prettierignore",
|
|
|
|
"prettier:fix": "prettier --write . --ignore-path ./.prettierignore"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@fluidframework/build-common": "^1.1.0",
|
|
|
|
"buffer": "^6.0.3",
|
|
|
|
"url": "^0.11.0",
|
|
|
|
"prettier": "^2.7.1"
|
|
|
|
}
|
2022-10-05 23:22:42 +03:00
|
|
|
}
|