-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1015 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
40
41
{
"name": "filelearnhub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@lighthouse-web3/sdk": "^0.3.0",
"@livepeer/react": "2.3.0",
"@privy-io/react-auth": "^1.59.5",
"@pushprotocol/restapi": "^1.7.2",
"@tableland/sdk": "^6.0.0",
"autoprefixer": "10.4.16",
"axios": "^1.6.7",
"babel-loader": "^9.1.3",
"ethers": "^5.7.2",
"flowbite": "^1.8.1",
"next": "13.5.2",
"postcss": "8.4.30",
"qs": "^6.11.2",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"react-html-parser": "^2.0.2",
"react-icons": "^5.0.1",
"react-native": "^0.73.6",
"tailwindcss": "3.3.3",
"three": "0.159.0",
"uuid": "^9.0.1",
"viem": "^2.9.12",
"web3": "^4.5.0",
"yup": "^1.2.0"
}
}