-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "tech-gap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.6",
"firebase-admin": "^11.5.0",
"gray-matter": "^4.0.3",
"i18next": "^22.4.10",
"markdown-to-jsx": "^7.1.9",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.5",
"swr": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/glob": "^8.0.1",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"bowser": "^2.11.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"firebase": "^9.17.1",
"postcss": "^8.4.21",
"react-firebase-hooks": "^5.1.1",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4",
"tailwindcss-border-gradient-radius": "^3.0.1",
"typescript": "4.9.5"
}
}