-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "react-easy-web3",
"version": "1.0.0",
"private": true,
"description": "Web3 frontend template with React & Vite & TypeScript.",
"license": "MIT",
"author": "CoolSnow([email protected])",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "pretty-quick",
"preview": "vite preview"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@rematch/core": "^2.2.0",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"ethers": "^5.6.8",
"i18next": "^21.8.4",
"i18next-http-backend": "^1.4.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"eslint-config-airbnb-typescript": "^17.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rollup-plugin-polyfill-node": "^0.9.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.9"
}
}