-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
77 lines (77 loc) · 2.3 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
{
"name": "zklink-airdrop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:preview": "vite --mode preview",
"dev:prod": "vite --mode production",
"build:prod": "vite build --mode production",
"build:preview": "vite build --mode preview",
"build:dev": "vite build --mode development",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@rainbow-me/fee-suggestions": "^2.1.0",
"@rainbow-me/rainbowkit": "^2.0.2",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.28.4",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"decimal.js": "^10.4.3",
"ethers": "~5.7.0",
"framer-motion": "10.12.16",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-loadable": "^5.5.0",
"react-otp-input": "^3.1.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.2",
"react-tooltip": "^5.26.3",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.8",
"swiper": "^11.1.0",
"viem": "^2.9.16",
"wagmi": "^2.5.7",
"zksync-web3": "^0.17.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/numeral": "^2.0.5",
"@types/qs": "^6.9.12",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-compression": "^0.5.1"
}
}