-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "talk-easy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@google-cloud/translate": "^6.2.2",
"agora-access-token": "^2.0.4",
"agora-rtc-sdk": "^3.6.0",
"firebase": "^8.6.8",
"firebase-admin": "^9.9.0",
"framer-motion": "^4.1.17",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"translation-google": "^0.2.1"
},
"devDependencies": {
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1"
}
}