-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.15 KB
/
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
28
29
30
31
32
33
{
"name": "liveshare-metaverse",
"version": "1.0.0",
"description": "Teams Live Share Metaverse sample",
"repository": "https://github.com/microsoft/live-share-sdk",
"license": "Microsoft",
"author": "Microsoft",
"scripts": {
"clean": "npx shx rm -rf dist",
"build": "webpack --env prod --env clean",
"build:dev": "webpack --env clean",
"start": "start-server-and-test start:server 7070 start:client",
"start:client": "webpack serve",
"start:server": "npx tinylicious@latest"
},
"dependencies": {
"@fluidframework/azure-client": "~1.0.1",
"@microsoft/live-share": "^1.0.0-preview.12",
"@microsoft/live-share-canvas": "^1.0.0-preview.12",
"@microsoft/teams-js": "^2.11.0",
"fluid-framework": "^1.3.4"
},
"devDependencies": {
"@fluidframework/test-client-utils": "^1.3.4",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.3.0",
"html-webpack-plugin": "^4.3.0",
"start-server-and-test": "^1.11.6",
"webpack": "5.74.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "3.11.1"
}
}