-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "canto_apps",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@usedapp/core": "^1.0.12",
"@walletconnect/web3-provider": "^1.7.8",
"cantoui": "^1.0.41",
"ethers": "^5.6.9",
"ethers-multicall": "^0.2.3",
"mixpanel": "^0.16.0",
"react": "^18.2.0",
"react-burger-menu": "^3.0.8",
"react-dom": "^18.2.0",
"react-router-dom": "6",
"react-tabs": "^5.1.0",
"react-toastify": "^9.0.5",
"reactjs-popup": "^2.0.5",
"rollup-plugin-polyfill-node": "^0.10.2",
"sass": "^1.54.0",
"web3": "1.7.4",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-tsconfig-paths": "^3.4.1"
}
}