forked from just-commit-bogota/just-commit-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@ensdomains/thorin": "^0.6.4",
"@rainbow-me/rainbowkit": "^0.7.1",
"@replit/database": "^2.0.3",
"@supabase/supabase-js": "^2.10.0",
"@tanstack/query-core": "^4.13.0",
"@tanstack/react-query": "^4.13.0",
"@typeform/embed-react": "^2.20.0",
"@types/styled-components": "^5.1.26",
"@vercel/analytics": "^0.1.11",
"autoprefixer": "^10.4.12",
"caniuse-lite": "^1.0.30001480",
"classnames": "^2.3.2",
"emailjs-com": "^3.2.0",
"eslint-config-next": "^13.1.6",
"ethers": "^5.7.1",
"https-proxy-agent": "^5.0.1",
"moment": "^2.29.4",
"net": "^1.0.2",
"next": "12.2.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "^3.3.1",
"react-query": "^4.0.0-beta.23",
"react-router-dom": "^6.14.1",
"react-simple-pull-to-refresh": "^1.3.3",
"react-tooltip": "^5.9.0",
"react-transition-state": "^2.0.2",
"react-use": "^17.4.0",
"styled-components": "^5.3.9",
"swr": "^2.0.0",
"tailwindcss": "^3.1.8",
"tslib": "^2.5.0",
"twilio": "^4.8.0",
"wagmi": "^0.6.8",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"@types/node": "^18.15.5",
"@types/react": "^18.0.14",
"eslint": "8.19.0",
"typescript": "4.7.4"
}
}