-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 982 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
38
{
"name": "reactweatherapp",
"version": "2.0.0",
"description": "weather app using react",
"homepage": "https://github.com/medev21/weatherApp#readme",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/medev21/weatherApp.git"
},
"author": "Martin B.",
"license": "ISC",
"bugs": {
"url": "https://github.com/medev21/weatherApp/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/react-query": "^5.79.2",
"@ubilabs/react-geosuggest": "^2.17.1",
"@vitejs/plugin-react": "^4.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"vite": "^6.3.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.78.0",
"sass-embedded": "^1.87.0",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4"
}
}