-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "codebox-live-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.2.0",
"@azure/msal-node": "^2.5.1",
"@azure/storage-blob": "^12.11.0",
"@codeboxlive/hub-interfaces": "^0.4.1",
"@codeboxlive/uncle": "^0.4.1",
"@codesandbox/sandpack-react": "1.5.1",
"@fluentui/react-components": "^9.7.4",
"@fluidframework/azure-client": "^1.1.1",
"@fluidframework/azure-service-utils": "^1.1.1",
"@isomorphic-git/lightning-fs": "^4.1.0",
"@microsoft/live-share": "^1.2.2",
"@microsoft/live-share-media": "^1.2.2",
"@microsoft/teams-js": "^2.23.0",
"@monaco-editor/react": "^4.6.0",
"fluid-framework": "^1.3.3",
"isomorphic-git": "^1.19.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^4.8.1",
"next": "^14.0.2",
"react": "^18",
"react-dom": "^18",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@fluidframework/test-client-utils": "^1.2.3",
"@types/isomorphic-git__lightning-fs": "^4.4.3",
"@types/lodash": "^4.14.182",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^8.3.4",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"start-server-and-test": "^1.11.6",
"typescript": "^5"
}
}