-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
135 lines (135 loc) · 3.95 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "sqt-airdrop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f stage.env craco start",
"prod": "craco start",
"build:dev": "env-cmd -f stage.env craco build",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint --fix .",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.6.9",
"@craco/craco": "^6.4.3",
"@ethersproject/units": "^5.6.1",
"@rainbow-me/rainbowkit": "^1.2.0",
"@react-spring/web": "^9.7.3",
"@sentry/react": "^7.103.0",
"@subql/apollo-links": "^1.0.8",
"@subql/components": "2.0.1-1",
"@subql/contract-sdk": "1.1.0",
"@subql/network-config": "1.1.1",
"@subql/network-query": "1.1.0",
"@subql/react-hooks": "^1.1.0",
"@subql/react-ui": "1.0.1-19",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router": "^5.1.18",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"ahooks": "^3.7.8",
"antd": "^5.18.3",
"apollo": "^2.34.0",
"assert": "^2.0.0",
"axios": "^1.6.3",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"clsx": "^1.2.1",
"craco-less": "^3.0.1",
"craco-webpack-resolve": "^1.2.1",
"env-cmd": "^10.1.0",
"ethers": "^5.5.3",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"i18next": "^21.6.9",
"i18next-browser-languagedetector": "^6.1.3",
"ipfs-http-client": "^60.0.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"lru-cache": "^10.1.0",
"marked": "^4.0.18",
"marked-react": "^1.2.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.15.3",
"react-icons": "^5.1.0",
"react-markdown": "^8.0.0",
"react-router": "^6.3.0",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"swr": "^1.2.2",
"timeago.js": "^4.0.2",
"typescript": "^4.4.2",
"viem": "^1.21.4",
"wagmi": "^1.4.6",
"web-vitals": "^2.1.0"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/canvas-confetti": "^1.6.4",
"@types/lodash-es": "^4.17.12",
"@types/marked": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.15"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix .",
"prettier --write --config ./.prettierrc"
],
"*.{css,md}": "prettier --write"
},
"resolutions": {
"graphql": "16.8.0",
"@walletconnect/ethereum-provider": "2.11.1"
}
}