-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "webelopers-frontend-2022",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@react-oauth/google": "^0.2.6",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"jalaali-js": "^1.2.6",
"next": "12.2.3",
"react": "18.2.0",
"react-collapsed": "^3.3.2",
"react-dom": "18.2.0",
"react-github-login": "^1.0.3",
"react-player": "^2.11.0",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^9.0.7",
"sass": "^1.54.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-swipeable-views": "^0.13.1",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}