-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
51
52
53
54
{
"name": "kerotec",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^12.1.5",
"@sendgrid/mail": "^7.6.2",
"@sentry/nextjs": "^6.19.6",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"clsx": "^1.1.1",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"gsap": "^3.10.4",
"hamburger-react": "^2.5.0",
"html-react-parser": "^1.4.10",
"hyphen": "^1.6.4",
"next": "12.1.4",
"next-compose-plugins": "^2.2.1",
"next-sitemap": "^2.5.20",
"ramda": "^0.28.0",
"react": "18.0.0",
"react-cookie-consent": "^7.4.1",
"react-dom": "18.0.0",
"react-headroom": "^3.2.0",
"react-hook-form": "^7.29.0",
"react-icons": "^4.3.1",
"react-inlinesvg": "^2.3.0",
"react-intersection-observer": "^8.34.0",
"react-scroll": "^1.8.7",
"react-spinners": "^0.12.0",
"react-transition-group": "^4.4.2",
"react-use": "^17.3.2",
"swiper": "^8.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23"
}
}