-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.56 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.56 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "cassavaland",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.6.4",
"@lingui/core": "^3.13.2",
"@lingui/react": "^3.13.2",
"@openzeppelin/contracts": "^4.6.0",
"@pinata/sdk": "^1.1.25",
"@reach/dialog": "^0.17.0",
"@react-spring/web": "^9.4.4",
"@tippyjs/react": "^4.2.6",
"@use-gesture/react": "^10.2.11",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"aws-sdk": "^2.1145.0",
"axios": "^0.27.2",
"color-hash": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.5",
"ethers": "^5.6.5",
"graphql": "^16.5.0",
"graphql-request": "^4.2.0",
"iron-session": "^6.1.3",
"memoize-one": "^6.0.0",
"mongoose": "^6.3.2",
"mongoose-paginate-v2": "^1.6.3",
"next": "12.1.5",
"nextjs-progressbar": "^0.0.14",
"polished": "^4.2.2",
"react": "18.0.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-is": "18.0.0",
"react-toastify": "^8.2.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.5",
"tslib": "^2.3.0",
"ua-parser-js": "^1.0.2",
"uuid": "^8.3.2",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.26.1",
"@graphprotocol/graph-ts": "^0.26.0",
"@lingui/cli": "^3.13.2",
"@lingui/loader": "^3.13.2",
"@lingui/macro": "^3.13.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nrwl/cli": "^14.1.4",
"@nrwl/cypress": "14.0.2",
"@nrwl/eslint-plugin-nx": "14.0.2",
"@nrwl/jest": "14.0.2",
"@nrwl/js": "14.0.2",
"@nrwl/linter": "14.0.2",
"@nrwl/next": "^14.1.4",
"@nrwl/node": "^14.0.2",
"@nrwl/react": "14.0.2",
"@nrwl/web": "14.0.2",
"@nrwl/workspace": "^14.1.4",
"@testing-library/react": "13.1.1",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/color-hash": "^1.0.2",
"@types/jest": "27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "16.11.7",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"@types/react-is": "17.0.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "5.1.25",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"babel-jest": "27.5.1",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^9.1.0",
"dotenv": "^16.0.1",
"eslint": "~8.12.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.3",
"hardhat-deploy": "^0.11.4",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"jest": "27.5.1",
"nx": "^14.1.4",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"react-test-renderer": "18.0.0",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.0",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"typechain": "^8.0.0",
"typescript": "~4.6.2"
}
}