-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
66 lines (66 loc) · 1.97 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
61
62
63
64
65
66
{
"name": "loopgate",
"version": "0.3.1",
"description": "Easily Token-Gate Content using Loopring Layer-2 NFTs and Pinata",
"author": "Geel <@0xGeel>",
"license": "BSD-2-Clause",
"repository": "https://github.com/0xGeel/loopgate.git",
"bugs": "https://github.com/0xGeel/loopgate/issues",
"homepage": "https://loopgate.netlify.app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.6",
"@pinata/sdk": "^2.1.0",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.3",
"axios": "^1.4.0",
"axios-rate-limit": "^1.3.0",
"clsx": "^1.2.1",
"connectkit": "^1.4.0",
"connectkit-next-siwe": "^0.2.0",
"ethers": "^5.7.2",
"iron-session": "^6.3.1",
"next": "^13.0.0",
"pinata-submarine": "^0.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"siwe": "^2.1.4",
"tailwind-merge": "^1.13.0",
"tailwindcss-animate": "^1.0.5",
"viem": "^0.3.50",
"wagmi": "^1.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-next": "^12.3.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
}
}