-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.85 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.10",
"@lyket/react": "^1.4.8",
"@portabletext/react": "^1.0.6",
"@sanity/image-url": "^1.0.1",
"email-validator": "^2.0.4",
"firebase": "^9.9.4",
"mongoose": "^6.6.1",
"next": "latest",
"next-auth": "^4.10.3",
"next-sanity": "^0.6.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-hot-toast": "^2.4.0",
"react-input-emoji": "^4.1.0",
"react-insta-stories": "^2.4.2",
"react-moment": "^1.1.2",
"react-router-dom": "^6.4.0",
"react-tag-input-component": "^2.0.0",
"react-twitter-embed": "^4.0.4",
"recoil": "^0.7.5",
"swiper": "^8.4.4",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.5",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.4.7",
"eslint": "8.21.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.14",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.1.2",
"typescript": "^4.8.4"
},
"name": "hexagon",
"description": "This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).",
"version": "1.0.0",
"main": "firebase.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectionsLLC/HexaGon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnectionsLLC/HexaGon/issues"
},
"homepage": "https://github.com/ConnectionsLLC/HexaGon#readme"
}