-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "medina.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t dnrm/medina.dev:latest --push ."
},
"dependencies": {
"@chakra-ui/color-mode": "^2.2.0",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^3.24.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^6.3.1",
"@tryghost/content-api": "^1.11.1",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^3.1.0",
"lucide-react": "^0.539.0",
"mongodb": "^4.8.1",
"motion": "^12.23.12",
"next": "15.4.10",
"next-i18next": "^11.3.0",
"next-sitemap": "^1.6.168",
"next-themes": "^0.4.6",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"typescript": "5.9.2"
}
}