-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "interiorfilm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@analytics/core": "^0.12.14",
"@analytics/simple-analytics": "^0.4.0",
"@next/third-parties": "^14.2.7",
"@radix-ui/react-dialog": "^1.1.1",
"@reduxjs/toolkit": "^2.2.5",
"antd": "^5.20.3",
"apexcharts": "^3.54.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"flatpickr": "^4.6.13",
"formik": "^2.4.6",
"googleapis": "^139.0.0",
"js-cookie": "^3.0.5",
"jsvectormap": "^1.5.3",
"lottie-react": "^2.4.0",
"lucide-react": "^0.438.0",
"next": "^14.2.7",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18",
"react-highlight-words": "^0.20.0",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-otp-input": "^3.1.1",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"sharp": "^0.33.4",
"swiper": "^11.1.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.20.0",
"@types/react-image-magnifiers": "^1.3.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}