-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
42
43
44
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix \"**/*.+(js|jsx|ts|tsx)\" ",
"export": "next build && next export"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@netlify/plugin-nextjs": "^5.8.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.17",
"gray-matter": "^4.0.3",
"i18next": "^23.12.2",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"nextjs-google-analytics": "^2.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.33.4",
"nodemailer": "^6.9.14",
"lodash": "^4.17.21",
"@types/nodemailer": "^6.4.15"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"next-sitemap": "^4.2.3",
"typescript": "^5.5.4"
}
}