generated from davrous/acsauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 824 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "acs-quickstarter",
"version": "1.0.0",
"description": "Shows how to map an identity provided by a Static Web App (Github, Microsoft, Twitter or Google) to an ACS identity",
"author": "David Rousset",
"license": "MIT",
"scripts": {
"dev": "swa start src --api-location api",
"start": "npm run dev",
"build": "webpack"
},
"dependencies": {
"@azure/communication-calling": "^1.3.2",
"@azure/communication-common": "^2.0.0"
},
"devDependencies": {
"@azure/static-web-apps-cli": "^0.8.3",
"azure-functions-core-tools": "^3.0.4425",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}