-
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) · 744 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 744 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": "template-next",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"deploy": "vercel",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"dotenv": "^16.4.5",
"ethers": "^5.7.0",
"frog": "latest",
"hono": "^4",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"ts-node": "^10.9.2",
"viem": "^2.20.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5",
"vercel": "^32.4.1"
},
"lib": [
"ES2020",
"esnext",
"dom"
]
}