-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@bisonai/orakl-demo-binary-option",
"version": "0.1.0",
"description": "Orakl Network Binary Option DApp",
"author": "Bisonai",
"homepage": "https://github.com/Bisonai/orakl-demo-binary-option",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/abstract-provider": "^5.6.1",
"@reduxjs/toolkit": "^1.8.2",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"ethers": "^5.6.8",
"framer-motion": "^6",
"moment": "^2.29.3",
"next": "12.1.6",
"query-string": "^7.1.1",
"react": "17.0.2",
"react-countup": "^6.3.0",
"react-dom": "17.0.2",
"react-redux": "^8.0.2",
"redux-thunk": "^2.4.1",
"swr": "^1.3.0",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@types/node": "17.0.31",
"@types/react": "17.0.39",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
}
}