-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "fe-fikia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@smile_identity/smart-camera-web": "^1.0.0-beta.22",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"apexcharts": "^3.44.0",
"autoprefixer": "10.4.14",
"axios": "^1.5.0",
"chart.js": "^4.3.1",
"cloudinary": "^1.41.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"faker": "5.5.3",
"formik": "^2.4.3",
"next": "13.4.1",
"next-auth": "^4.23.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"validator": "^13.9.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/validator": "^13.7.17"
}
}