forked from TechCell-Project/tech-cell-web-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "tech-cell-web-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@react-native-async-storage/async-storage": "^1.19.3",
"@reduxjs/toolkit": "^1.9.5",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-redux": "^7.1.25",
"axios": "^1.4.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"formik": "^2.4.1",
"jwt-decode": "^3.1.2",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-redux-wrapper": "^8.1.0",
"plaiceholder": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-material-ui-carousel": "^3.4.2",
"react-redux": "^8.0.7",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"typescript": "5.1.3",
"usehooks-ts": "^2.9.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"eslint-config-prettier": "^9.0.0",
"sass": "^1.62.1",
"tsconfig-paths": "^4.2.0"
}
}