-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "techhub-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-firebase/database": "^0.3.11",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@tryghost/content-api": "^1.5",
"axios": "^0.21.1",
"firebase": "^8.4.2",
"next": "^13.5.4",
"next-themes": "^0.0.14",
"nightwind": "^1.1.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@types/node": "^18.16.1",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"sass": "^1.32.10",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
},
"description": "Website of TechHub Community using [NextJS](https://nextjs.org/) & [Tailwind CSS](https://www.tailwindcss.com/)",
"main": "postcss.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techhub-community/techhub-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/techhub-community/techhub-website/issues"
},
"homepage": "https://github.com/techhub-community/techhub-website#readme"
}