-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "turkish-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@next/font": "13.0.7",
"@types/node": "18.11.17",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"i18next": "^22.4.6",
"moment": "^2.29.4",
"next": "13.0.7",
"next-translate": "^1.6.0",
"nodemailer": "^6.8.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.2",
"react-i18next": "^12.1.1",
"react-markdown": "^8.0.4",
"react-multi-carousel": "^2.8.2",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"strapi-sdk-js": "^2.2.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4",
"typewriter-effect": "^2.19.0",
"use-translation": "^1.1.14",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"prettier": "^2.8.1"
}
}