-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 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
{
"name": "quantifi",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.18.13",
"@coinbase/wallet-sdk": "^3.5.0",
"@ethersproject/address": "^5.7.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.8",
"@pancakeswap/uikit": "^0.64.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@themesberg/tailwind-datepicker": "^1.1.0",
"@tw-in-js/typescript-plugin": "^0.0.1",
"@types/luxon": "^3.0.1",
"@types/react-color": "^3.0.6",
"@usedapp/core": "^1.1.5",
"@wagmi/core": "^0.8.18",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.8",
"@web3-react/walletlink-connector": "^6.2.14",
"chart.js": "^3.9.1",
"chartjs": "^0.3.24",
"chartjs-adapter-date-fns": "^2.0.0",
"date-fns": "^2.29.3",
"embla-carousel": "^7.0.0",
"embla-carousel-autoplay": "^7.0.0",
"embla-carousel-react": "^7.0.0",
"ethers": "^5.7.2",
"flowbite-datepicker": "^1.2.2",
"framer-motion": "^7.4.0",
"heroicons": "^2.0.8",
"next": "12.2.5",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"swr": "^1.3.0",
"tw-elements": "^1.0.0-alpha12",
"twind": "^1.0.0-next.38",
"wagmi": "^0.10.14",
"web3": "^1.7.5",
"web3-react": "^5.0.5"
},
"devDependencies": {
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}