forked from horsefacts/base-mint-with-warps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 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
{
"name": "base-mint-with-warps",
"version": "0.0.1",
"scripts": {
"build": "rm -rf .next && next build",
"dev": "next dev",
"format": "prettier --log-level warn --write .",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@coinbase/onchainkit": "0.5.1",
"@vercel/kv": "^1.0.1",
"@zoralabs/zdk": "^2.4.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.7.1"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@types/react": "18.2.48",
"autoprefixer": "^10.4.17",
"node-gyp": "^10.0.1",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vercel": "^33.4.1"
}
}