-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 879 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
{
"name": "bitsave-algo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^5.5.0",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@txnlab/use-wallet": "^2.7.0",
"algosdk": "^2.7.0",
"aos": "^2.3.4",
"beaker-ts": "^0.1.2",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"lute-connect": "^1.1.3",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-modal": "^3.16.1",
"react-modern-calendar-datepicker": "^3.1.6",
"recoil": "^0.7.7",
"typescript": "^5.3.3",
"web3": "^4.8.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.0"
}
}