-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.97 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "camstudy_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.9",
"@next/font": "13.1.5",
"@prisma/client": "^4.10.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"aws-sdk": "^2.348.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"express": "^4.18.2",
"firebase": "^9.16.0",
"firebase-admin": "^11.5.0",
"httpolyglot": "^0.1.2",
"jsonwebtoken": "^9.0.0",
"latest": "^0.2.0",
"lts": "^1.2.0",
"mediasoup-client": "^3.6.72",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"next": "^13.1.6",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"socket.io-client": "^4.5.4",
"styled-components": "^5.3.9",
"swr": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "4.9.4",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@mui/icons-material": "^5.11.16",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.194",
"@types/multer-s3": "^3.0.0",
"@types/nodemailer": "^6.4.7",
"@types/nodemailer-mailgun-transport": "^1.4.3",
"@types/react-modal": "^3.16.0",
"jest": "^29.4.1",
"jest-mock-extended": "^3.0.1",
"lodash": "^4.17.21",
"nodemailer": "^6.9.1",
"nodemailer-mailgun-transport": "^2.1.5",
"prettier": "2.8.3",
"prisma": "^4.10.0",
"react-icons": "^4.8.0",
"sass": "^1.58.3",
"sharp": "^0.32.1",
"supertest": "^6.3.3",
"ts-debounce": "^4.0.0",
"ts-jest": "^29.0.5",
"ts-mockito": "^2.6.1"
}
}