-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "@stabilitydao/app",
"version": "0.9.0",
"description": "Stability DAO App",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": "https://github.com/stabilitydao/app.git",
"license": "MIT",
"dependencies": {
"@clover-network/clover-connector": "^1.0.0",
"@ethersproject/providers": "^5.5.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.6.2",
"@stabilitydao/addresses": "stabilitydao/addresses",
"@thanpolas/univ3prices": "^3.0.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/torus-connector": "^6.2.9",
"@web3-react/walletconnect-connector": "^6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"ethers": "^5.5.2",
"next": "latest",
"next-themes": "^0.0.15",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-toastify": "^8.1.0",
"react-web3-provider": "^1.1.2",
"redis": "^4.0.4",
"tailwind-scrollbar": "^1.3.1",
"web3": "^1.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0"
},
"engines": {
"node": "^18"
}
}