-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier {src,pages,lib}/* --write",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/react": "^2.0.0-next.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/josefin-sans": "^4.5.1",
"@react-icons/all-files": "^4.1.0",
"chart.js": "^3.7.1",
"framer-motion": "^5.5.5",
"gray-matter": "^4.0.3",
"i18next": "^21.6.7",
"next": "12.1.5",
"next-seo": "^4.28.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^18.1.0",
"react-chartjs-2": "^4.1.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.1.0",
"react-i18next": "^11.15.3",
"react-intersection-observer": "^8.33.1",
"react-use": "^17.3.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"eslint": "8.14.0",
"eslint-config-next": "^12.1.6",
"next-sitemap": "^1.6.245",
"prettier": "2.6.2",
"typescript": "4.6.4"
}
}