-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "nit-identity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.3",
"js-cookie": "^3.0.5",
"next": "^15.0.1",
"next-client-cookies": "^2.0.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.10",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-phone-input-2": "^2.15.1",
"react-query": "^3.39.3",
"react-redux": "^9.0.4",
"react-tabs": "^6.0.2",
"recharts": "^2.12.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"sass": "^1.69.5",
"tailwind-merge": "^2.5.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.6",
"typescript": "5.3.3"
}
}