-
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": "weathr",
"version": "1.0.1",
"description": "A beautifully weather app.",
"homepage": "https://weathr.pages.dev/",
"repository": {
"type": "git",
"url": "https://github.com/pheralb/weathr"
},
"private": true,
"scripts": {
"dev": "vite",
"tsc": "tsc",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "1.8.8",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"canvas-confetti": "^1.5.1",
"framer-motion": "6.3.3",
"nanoid": "^3.3.4",
"phosphor-react": "1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "2.2.0",
"react-icons": "^4.3.1",
"react-router-dom": "6.3.0",
"swr": "1.3.0",
"vite-tsconfig-paths": "^3.4.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0"
}
}