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
|
{
"name": "next-indoteknik",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.1.3",
"cookies-next": "^2.1.1",
"next": "13.0.0",
"next-progress": "^2.2.0",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lazy-load-image-component": "^1.5.5",
"react-toastify": "^9.1.1",
"swiper": "^8.4.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.0",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}
|