-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "primitive-interface",
"version": "1.1.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/primitivefinance/primitive-protocol.git"
},
"dependencies": {
"@ethersproject/providers": "^5.0.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@metamask/onboarding": "^1.0.0",
"@primitivefi/sdk": "1.4.2",
"@primitivefi/v1-connectors": "2.2.1",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/react-images": "^0.5.3",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"@web3-react/walletconnect-connector": "^6.1.6",
"bignumber.js": "^9.0.0",
"bn.js": "^5.1.1",
"eth-permit": "^0.1.9",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.0.2",
"lightweight-charts": "^3.2.0",
"next": "^10.0.4",
"next-images": "^1.6.0",
"numeral": "^2.0.6",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-countdown": "^2.2.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-scripts": "3.4.1",
"react-spinners": "^0.9.0",
"react-styled-flexboxgrid": "^3.2.1",
"react-typeform-embed": "^0.2.1",
"redux": "^4.0.5",
"redux-localstorage-simple": "^2.3.1",
"styled-components": "^5.1.1",
"swr": "^0.3.5",
"web3": "^1.2.6",
"web3modal": "^1.5.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@primitivefi/contracts": "0.6.0",
"@sushiswap/sdk": "5.0.0-canary.3",
"@types/jest": "^26.0.7",
"@types/node": "^14.0.26",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@web3-react/types": "^6.0.7",
"bnc-notify": "^1.5.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"react-tabs": "^3.1.1",
"typescript": "^4.0.2"
}
}