generated from gskril/web3-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "bubbles",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf node_modules .next",
"prettier:check": "prettier --check src/**/*",
"prettier:fix": "prettier --write src/**/*"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@daily-co/daily-js": "^0.47.0",
"@daily-co/daily-react": "^0.10.0",
"@ensdomains/thorin": "^0.6.41",
"@metamask/eth-sig-util": "^6.0.0",
"@rainbow-me/rainbowkit": "^1.0.4",
"@sentry/nextjs": "^7.61.0",
"@sismo-core/sismo-connect-react": "^0.0.20",
"@sismo-core/sismo-connect-server": "^0.0.20",
"axios": "^1.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"ethers": "^6.6.4",
"firebase": "^10.1.0",
"firebase-admin": "^11.10.1",
"graphql": "^16.7.1",
"next": "13.4.1",
"next-api-decorators": "^2.0.2",
"next-plausible": "^3.7.2",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-is": "^18.2.0",
"react-transition-state": "1.1.5",
"recoil": "^0.7.7",
"slugify": "^1.6.6",
"styled-components": "^6.0.5",
"swr": "^2.2.0",
"usehooks-ts": "^2.9.1",
"viem": "^1.2.6",
"wagmi": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20.1.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/styled-components": "^5.1.26",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typescript": "^5.0.4"
}
}