-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "carnaval-radio-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@strapi/blocks-react-renderer": "^1.0.0",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"axios": "^1.6.5",
"client-only": "^0.0.1",
"eslint-config-next": "^14.0.4",
"feed": "^4.2.2",
"graphql": "^16.8.1",
"html-react-parser": "^5.1.1",
"next": "^14.0.4",
"next-share": "^0.27.0",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.4",
"react-redux": "^9.0.4",
"rss-parser": "^3.13.0",
"sharp": "^0.33.1",
"swiper": "^11.0.5",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "5.3.3"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@types/gtag.js": "^0.0.18",
"autoprefixer": "10.4.16",
"postcss": "8.4.33",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "^3.4.1"
}
}