-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.81 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
{
"name": "sarau-dapp",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://sarau.xyz",
"repository": {
"url": "https://github.com/sarau-xyz/sarau-dapp.git",
"type": "git"
},
"private": false,
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@rainbow-me/rainbowkit": "^0.7.3",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"animated-number-react": "^0.1.2",
"bootstrap": "^5.2.2",
"cogo-toast": "^4.2.3",
"date-fns": "^2.29.3",
"ethereum-multicall": "^2.15.0",
"ethers": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-recaptcha": "^1.0.5",
"react-icons": "^4.6.0",
"react-loading-skeleton": "^3.1.0",
"react-qrcode-logo": "^2.8.0",
"react-router-dom": "^6.4.1",
"react-shimmer": "^3.2.0",
"react-text-transition": "^3.0.2",
"reactstrap": "^9.1.5",
"redstone-evm-connector": "^2.1.26",
"styled-components": "^5.3.6",
"typescript": "^4.4.2",
"wagmi": "^0.6.7",
"yup": "^0.32.11"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"@types/use-sync-external-store": "^0.0.3",
"@vitejs/plugin-react": "^2.2.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"sass": "^1.56.1",
"vite": "^3.2.2"
}
}