-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
46
47
{
"private": true,
"scripts": {
"dev": "next dev -p 6060",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.8.1",
"@popperjs/core": "^2.11.8",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cloudinary": "^1.30.1",
"firebase": "^9.8.3",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"mongoose": "^6.5.2",
"next": "latest",
"next-auth": "^4.10.3",
"next-images": "^1.8.4",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.3.1",
"react-moment": "^1.1.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/dotenv-safe": "^8.1.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.4",
"@types/react": "latest",
"autoprefixer": "^10.4.0",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}