forked from ProjectTwelve/airdrop-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.2 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "airdrop-interface",
"version": "0.8.0",
"license": "AGPL-3.0",
"author": "Lincheng <[email protected]>",
"description": "P12 Genesis Soul-Bound NFT Airdrop",
"keywords": [
"P12",
"Genesis",
"Airdrop"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@floating-ui/react": "^0.25.0",
"@particle-network/auth": "^1.0.2",
"@particle-network/connect": "^1.0.2",
"@particle-network/connect-react-ui": "^1.0.2",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-table": "^8.9.3",
"axios": "^1.4.0",
"classnames": "^2.3.1",
"dayjs": "^1.11.9",
"ethers": "^5.7.2",
"framer-motion": "^10.15.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"lodash-es": "^4.17.21",
"next": "13.4.12",
"pretty-ms": "^8.0.0",
"qrcode": "^1.5.3",
"rc-pagination": "^3.5.0",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.46.1",
"react-jazzicon": "^1.0.4",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"recoil": "^0.7.7",
"siwe": "^2.1.4",
"swiper": "^10.1.0",
"tailwind-merge": "^1.14.0",
"viem": "^1.10.4",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"@types/node": "18.14.0",
"@types/qrcode": "^1.5.1",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"husky": "^8.0.3",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}