-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "yallyo-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 65432",
"build": "next build",
"start": "next start",
"lint": "next lint",
"firebase:deploy:dev:functions": "firebase use dev && firebase deploy --only functions",
"firebase:deploy:prod:functions": "firebase use prod && firebase deploy --only functions && firebase use dev"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/webrtc": "^0.0.35",
"agora-rtm-sdk": "^1.6.0-205",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"firebase": "^9.19.1",
"lodash": "^4.17.21",
"logrocket": "^4.0.4",
"next": "13.3.0",
"peerjs": "^1.4.7",
"postcss": "8.4.21",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-image-file-resizer": "^0.4.8",
"react-redux": "^8.0.5",
"socket.io-client": "^4.6.1",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"webrtc-adapter": "^8.2.2"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/uuid": "^9.0.2"
}
}