-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "life-pages-dir",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@material-tailwind/react": "^1.4.2",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"headlessui": "^0.0.0",
"i18next": "^22.4.15",
"next": "13.3.1",
"next-auth": "^4.22.1",
"next-i18next": "^13.2.2",
"postcss": "8.4.23",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.2",
"react-intl": "^6.4.1",
"react-otp-field": "^3.0.1",
"react-phone-number-input": "^3.2.20",
"swiper": "^9.2.4",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"use-timer": "^2.0.1"
}
}