-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "address-stats-frame",
"version": "0.0.16",
"private": true,
"type": "module",
"dependencies": {
"bignumber.js": "^9.1.2",
"date-fns": "^3.6.0",
"ethers": "^6.13.0",
"frames.js": "^0.16.4",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@frames.js/debugger": "^0.2.12",
"@types/node": "^18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"concurrently": "^8.2.2",
"typescript": "^5.4.5"
},
"scripts": {
"dev": "concurrently \"next dev\" \"frames --url http://localhost:3000\"",
"start": "next start",
"build": "next build",
"lint": "next lint"
},
"engines": {
"node": ">=18.17.0"
}
}