-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "safe-7579-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dynamic-labs/ethereum": "^3.1.3",
"@dynamic-labs/sdk-react-core": "^3.1.3",
"@rhinestone/module-sdk": "^0.1.22",
"@svgr/webpack": "^8.1.0",
"ethers": "^6.13.2",
"lodash": "^4.17.21",
"next": "14.2.4",
"permissionless": "^0.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.25"
},
"devDependencies": {
"@types/bun": "latest",
"@types/lodash": "^4.17.12",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"module": "index.ts",
"type": "module"
}