-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.02 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": "job-hunter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "^1.22.3",
"@reduxjs/toolkit": "^2.2.1",
"@stripe/react-stripe-js": "^2.6.0",
"@stripe/stripe-js": "^3.0.8",
"apexcharts": "^3.46.0",
"axios": "^1.6.7",
"flowbite": "^2.3.0",
"moment": "^2.30.1",
"next": "14.1.2",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"uuid": "^9.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.2",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}