-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "joshuagalit.ga",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@brainhubeu/react-carousel": "^1.19.26",
"@headlessui/react": "^1.6.4",
"@nhost/nextjs": "^1.2.13",
"@nhost/react": "^0.7.13",
"@nhost/react-apollo": "^4.2.16",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tailwindui/react": "^0.1.1",
"@tanem/react-nprogress": "^3.0.73",
"caniuse-lite": "^1.0.30001349",
"emailjs-com": "^3.2.0",
"framer-motion": "3.10.3",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"gray-matter": "^4.0.2",
"moment": "^2.29.1",
"next": "12.1.6",
"next-images": "^1.8.4",
"next-mdx-remote": "^2.1.3",
"next-themes": "^0.2.0",
"nextjs-progressbar": "^0.0.11",
"nprogress": "^0.2.0",
"prettier": "^2.7.1",
"react": "18.1.0",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.3",
"react-icons": "^4.4.0",
"react-markdown": "^6.0.0",
"react-mde": "^11.1.0",
"react-messenger-customer-chat": "^0.8.0",
"react-moment": "^1.1.1",
"react-timeago": "^6.2.1",
"react-toastify": "^9.0.4",
"react-use": "^17.2.3",
"sharp": "^0.30.6",
"swr": "^1.2.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^17.0.41",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"husky": "^8.0.1",
"postcss": "^8.4.14",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2"
}
}