-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"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/icons": "^1.0.15",
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^6.3.1",
"@tryghost/content-api": "^1.11.1",
"framer-motion": "^7.6.4",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^3.1.0",
"mongodb": "^4.8.1",
"next": "^13.0.1",
"next-i18next": "^11.3.0",
"next-sitemap": "^1.6.168",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "^13.0.1"
}
}