-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 Bytes
/
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
{
"name": "gaston",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.8",
"@mui/joy": "^5.0.0-beta.7",
"@t3-oss/env-nextjs": "^0.6.1",
"biome": "^0.3.3",
"canvas-confetti": "^1.6.0",
"framer-motion": "^10.16.4",
"next": "13.5.2",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"swr": "^2.2.2",
"usehooks-ts": "^2.9.1",
"viem": "^1.11.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"typescript": "^5.1.6"
}
}