-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
38
39
40
41
42
43
44
{
"name": "buidl-app",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bundlr-network/client": "^0.10.5",
"@heroicons/react": "^2.0.16",
"@web3modal/ethereum": "^2.1.3",
"@web3modal/react": "^2.1.3",
"axios": "^1.3.4",
"daisyui": "^2.51.2",
"ethers": "^5.7.0",
"framer-motion": "^10.0.1",
"lit-js-sdk": "^1.1.248",
"next": "^13.0.0",
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-simple-wysiwyg": "^2.1.4",
"secp256k1": "^5.0.0",
"slate-react": "^0.91.7",
"theme-change": "^2.3.0",
"wagmi": "^0.11.7",
"web3": "^1.8.2"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"autoprefixer": "^10.4.13",
"eslint": "8.22.0",
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.4"
}
}