This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.79 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
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
75
76
77
78
79
80
81
{
"name": "tech-cell-web-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '**/*.{ts,tsx,js,jsx,json,css,scss}'",
"clean": "rimraf ./node_modules",
"sdk": "yarn add '@TechCell-Project/tech-cell-server-node-sdk@https://github.com/TechCell-Project/tech-cell-server-node-sdk.git#master'",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@TechCell-Project/tech-cell-server-node-sdk": "https://github.com/TechCell-Project/tech-cell-server-node-sdk.git#master",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "5.14.19",
"@mui/material": "5.14.19",
"@mui/styles": "5.14.19",
"@mui/system": "5.14.19",
"@reduxjs/toolkit": "^1.9.5",
"@svgr/webpack": "^8.0.1",
"@vercel/analytics": "^1.2.1",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.5",
"axios-retry": "^4.0.0",
"formik": "^2.4.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"next": "^14.0.4",
"next-auth": "^5.0.0-beta.4",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-avatar-editor": "^13.0.2",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"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": "^5.0.1",
"redux-persist": "^6.0.0",
"sharp": "^0.33.0",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.6",
"socket.io-client": "^4.7.2",
"swiper": "^11.0.7",
"usehooks-ts": "^2.9.1",
"utf-8-validate": "^6.0.3",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-dom": "18.2.4",
"@types/react-redux": "^7.1.25",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"sass": "^1.62.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.1.3"
},
"packageManager": "yarn@4.1.0"
}