-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 443",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"accept-language": "^3.0.18",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.29.0",
"flowbite": "^1.6.4",
"i18next": "^22.4.15",
"i18next-resources-to-backend": "^1.1.3",
"js-cookie": "^3.0.1",
"lucide-react": "^0.259.0",
"marked": "^4.2.12",
"next": "^13.4.11",
"nodemailer": "^6.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"sharp": "^0.32.1",
"swr": "^2.0.0",
"tailwind-datepicker-react": "^1.3.0",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.13",
"eslint-config-next": "^13.1.1",
"postcss": "^8.4.20",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.2.4"
}
}