-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.18 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier {src,pages,data,internationalization}/* --write",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/josefin-sans": "^4.5.1",
"@segment/analytics-next": "^1.46.0",
"framer-motion": "^5.6.0",
"gray-matter": "^4.0.3",
"i18next": "^21.8.13",
"next": "^12.2.0",
"next-seo": "^4.28.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.0",
"react-icons": "^4.10.1",
"react-intersection-observer": "^8.34.0",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.6",
"next-sitemap": "^1.6.245",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
}
}