-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "turismo-serra-gaucha",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@nextui-org/react": "^2.4.8",
"@nextui-org/theme": "^2.2.11",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.14",
"@types/react-icons": "^3.0.0",
"axios": "^1.7.7",
"framer-motion": "^11.9.0",
"icons": "^1.0.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"next": "14.2.13",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"gh-pages": "^5.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5"
},
"homepage": "https://fabriciopgl.github.io/turismo-serra-gaucha"
}