-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.56 KB
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
{
"name": "melvinjonesrepol",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@google-cloud/recaptcha-enterprise": "^6.4.0",
"@tailwindcss/typography": "^0.5.19",
"aos": "^2.3.4",
"cheerio": "^1.1.2",
"devicon": "^2.17.0",
"devtools-detector": "^2.0.25",
"gray-matter": "^4.0.3",
"next": "^16.2.3",
"next-intl": "^4.12.0",
"next-mdx-remote": "^6.0.0",
"nextjs-toploader": "^3.8.16",
"nodemailer": "^8.0.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-lite-youtube-embed": "^3.5.1",
"react-toastify": "^11.0.5",
"remark-gfm": "^4.0.1",
"rss": "^1.2.2",
"shiki": "^4.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.10.10",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"postcss": "^8.5.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}