forked from yomorun/metaverse-workplace-vercel-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "yomo-vhq-nextjs",
"version": "0.0.1",
"description": "Open-source Virtual HQ implementation by Geo-distributed System tech stacks",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"keywords": [
"vhq",
"yomo",
"geodistributedsystem"
],
"author": "YoMo",
"license": "MIT",
"dependencies": {
"agora-access-token": "^2.0.4",
"agora-rtc-sdk-ng": "^4.7.1",
"autoprefixer": "^10.3.7",
"axios": "^0.22.0",
"classnames": "^2.3.1",
"jsc8": "^0.16.3",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^7.3.0",
"socket.io-client": "2.4.0",
"tailwindcss": "^2.2.16"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2"
}
}