summaryrefslogtreecommitdiff
path: root/package.json
blob: da31e9209eb0f6e3621b3ea472edbe2df83fc437 (plain)
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
{
  "name": "next-indoteknik",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@heroicons/react": "^2.0.13",
    "@hookform/resolvers": "^2.9.10",
    "axios": "^1.1.3",
    "cookies-next": "^2.1.1",
    "framer-motion": "^7.6.7",
    "lodash": "^4.17.21",
    "next": "13.0.0",
    "next-progress": "^2.2.0",
    "nodemailer": "^6.8.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.42.1",
    "react-hot-toast": "^2.4.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-lazy-load": "^4.0.1",
    "react-lazy-load-image-component": "^1.5.5",
    "react-select": "^5.7.0",
    "swiper": "^8.4.4",
    "yup": "^0.32.11"
  },
  "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"
  }
}