-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 2.9 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
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "core-new",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@emotion/styled": "^11.11.5",
"@ethersproject/hash": "^5.5.0",
"@fseehawer/react-circular-slider": "^2.6.4",
"@monaco-editor/react": "^4.1.3",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@react-spring/web": "^9.7.3",
"@tsparticles/engine": "^3.0.3",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.0.3",
"@uniswap/v3-sdk": "3.6.3",
"@visx/axis": "^3.8.0",
"@visx/curve": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/mock-data": "^3.3.0",
"@visx/react-spring": "^3.8.0",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@web3-onboard/coinbase": "^2.2.7",
"@web3-onboard/injected-wallets": "^2.10.16",
"@web3-onboard/react": "^2.8.17",
"@web3-onboard/walletconnect": "^2.5.5",
"classnames": "2.2.6",
"eth-ens-namehash": "2.0.8",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "5.5.1",
"formik": "2.2.9",
"gsap": "^3.12.5",
"ipfs-http-client": "^53.0.1",
"js-base64": "3.7.2",
"jsdoc-to-markdown": "7.0.1",
"node-html-parser": "5.1.0",
"opensea-js": "7.0.2",
"p-limit": "^3.1.0",
"parallel-each": "^1.1.7",
"pubsub-js": "1.9.3",
"pupa": "2.1.1",
"react": "^17.0.1",
"react-color": "2.19.3",
"react-dom": "^17.0.1",
"react-drag-drop-files": "^2.3.10",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.10.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^5.8.0",
"react-simply-donut": "^2.0.4",
"react-step-wizard": "^5.3.11",
"react-window": "^1.8.6",
"regenerator-runtime": "0.13.7",
"sass": "1.30.0",
"sass-loader": "9.0.3",
"use-wallet": "0.13.1",
"web-vitals": "^0.2.4",
"web3": "^1.3.0",
"web3-utils": "^1.4.0",
"yup": "0.32.9"
},
"scripts": {
"build": "node run.js build",
"start": "node run.js"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/config-lerna-scopes": "^11.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/user-event": "^12.1.10",
"eslint": "^7.11.00",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "26.6.0",
"lint-staged": "^10.5.0",
"prettier": "2.3.0",
"react-error-overlay": "6.0.9",
"react-test-renderer": "^17.0.1"
}
}