-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
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
{
"name": "my-react-app",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://Mr-Syntax1.github.io/Weather-app/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^12.42.0",
"leaflet": "^1.9.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-leaflet": "^5.0.0",
"recharts": "^3.9.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.5.2",
"gh-pages": "^6.3.0",
"oxlint": "^1.69.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "~6.0.2",
"vite": "^8.1.0"
}
}