-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 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
{
"name": "weather-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:dev": "vite --port 4000",
"start:build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/react-world-flags": "^1.4.2",
"@types/uuid": "^9.0.1",
"axios": "^1.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0",
"react-world-flags": "^1.5.1",
"recharts": "^2.5.0",
"sass": "^1.59.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}