-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
50
51
52
53
54
55
56
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mobiscroll/react-lite": "^4.10.9",
"canvas-confetti": "^1.9.3",
"next": "13.4.4",
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-scroll": "^1.9.0",
"react-select": "^5.8.1",
"react-select-country-list": "^2.2.3",
"react-slick": "^0.30.2",
"react-three-fiber": "^6.0.13",
"server": "^1.0.38",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.14.5",
"three": "^0.159.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/hooks": "^7.2.2",
"animate.css": "^4.1.1",
"autoprefixer": "^10.0.1",
"dayjs": "^1.11.7",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"framer-motion": "^10.16.12",
"jest": "^29.7.0",
"next": "^13.4.4",
"next-themes": "^0.2.1",
"postcss": "^8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icon": "^1.0.0",
"react-icons": "^4.12.0",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.16.0",
"sharp": "^0.32.0",
"tailwindcss": "^3.3.0"
}
}