-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 Bytes
/
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
38
39
{
"name": "smartcrow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^4.1.0",
"@perawallet/connect": "^1.3.3",
"algosdk": "^2.7.0",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"bcrypt": "^5.1.0",
"coinmarketcap-api": "^3.1.1",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"net": "^1.0.2",
"next": "14.0.0",
"next-auth": "^4.22.1",
"postcss": "^8.4.31",
"react": "^18",
"react-dom": "^18",
"tls": "^0.0.1",
"web3": "^4.2.1",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"react-svg": "^16.1.29"
},
"devDependencies": {
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3.3.5"
}
}