-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "redesign-tabnews.com.br",
"version": "0.0.18",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.62.11",
"@total-typescript/ts-reset": "^0.6.1",
"@types/nprogress": "^0.2.3",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"geist": "^1.3.1",
"next": "15.1.3",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"nprogress": "^0.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.14.1",
"react-twc": "^1.4.2",
"sharp": "^0.33.5",
"swiper": "^11.1.15"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}