-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 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
{
"name": "new",
"version": "0.1.0",
"private": true,
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@mantine/core": "^6.0.15",
"@mantine/form": "^6.0.15",
"@mantine/hooks": "^6.0.15",
"@mantine/next": "^6.0.15",
"@react-spring/web": "^9.7.3",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@tabler/icons": "^2.23.0",
"@tabler/icons-react": "^2.23.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"cloudinary": "^1.37.3",
"cloudinary-react": "^1.8.1",
"clsx": "^1.2.1",
"crypto": "^1.0.1",
"dayjs": "^1.11.9",
"eslint": "8.44.0",
"formik": "^2.4.2",
"mongoose": "^7.3.1",
"next": "13.4.7",
"next-auth": "^4.22.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loader-spinner": "^5.3.4",
"tabler-icons-react": "^1.56.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"yup": "^1.2.0"
}
}