-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 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
{
"name": "ghostbyte-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/nodemailer": "^7.0.3",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"leaflet": "^1.9.4",
"lucide-react": "^0.554.0",
"motion": "^12.29.2",
"next": "16.0.7",
"next-intl": "^4.5.3",
"next-plausible": "^3.12.5",
"nodemailer": "^7.0.10",
"npm": "^11.6.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.66.0",
"react-leaflet": "^5.0.0",
"react-toastify": "^11.0.5",
"react-world-flags": "^1.6.0",
"rehype-highlight": "^7.0.2",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"schema-dts": "^1.1.5"
},
"devDependencies": {
"@biomejs/biome": "2.3.6",
"@tailwindcss/postcss": "^4.1.17",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.1",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"@types/react-world-flags": "^1.6.0",
"baseline-browser-mapping": "^2.9.19",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3"
}
}