-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.15.19",
"@next/third-parties": "^14.2.3",
"axios": "^1.6.8",
"chart.js": "^4.4.3",
"dotenv": "^11.0.0",
"firebase": "^10.11.1",
"framer-motion": "^11.2.10",
"google-news-sitemap": "^1.0.10",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"html-react-parser": "^1.4.5",
"moment": "^2.29.1",
"next": "latest",
"next-seo": "^4.29.0",
"next-sitemap": "^2.5.28",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-lazy-load-image-component": "^1.5.1",
"react-multi-carousel": "^2.6.5",
"react-player": "^2.9.0",
"react-responsive": "^10.0.0",
"react-spinners": "^0.13.8",
"react-twitter-embed": "^4.0.4",
"reading-time": "^1.5.0",
"sass": "^1.47.0",
"use-sound": "^4.0.3",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
}
}