-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.32 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
104
105
106
107
108
109
110
111
112
113
{
"name": "models-frontend",
"version": "0.1.0",
"scripts": {
"dev": "next -p 3006",
"build": "next build",
"postbuild": "next-sitemap",
"start": "NODE_ENV=production PORT=27320 node server.js",
"export": "next build && next export",
"ipfs-upload": "node scripts/ipfsUpload.js",
"audit": "audit-ci --config audit-ci.json",
"lint": "eslint \"src/**/*.js\" \"*.js\"",
"lint-win ": "cross-env eslint \"src/**/*.js\" \"*.js\"",
"lint:fix": "eslint \"src/**/*.js\" \"*.js\" --fix"
},
"license": "MIT",
"resolutions": {
"terser-webpack-plugin": "^4.1.0",
"elliptic": ">=6.5.3"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@pinata/sdk": "^1.1.11",
"@sentry/browser": "^5.18.0",
"@uniswap/sdk": "^3.0.3",
"@web3-react/core": "^6.1.9",
"animate.css": "^4.1.1",
"async-mutex": "^0.2.2",
"axios": ">=0.21.2",
"axios-retry": "^3.1.8",
"bignumber.js": "^9.0.1",
"cacheable-response": "^2.0.9",
"classnames": "^2.2.6",
"config": "^3.3.1",
"cookie-parser": "^1.4.5",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"es6-object-assign": "^1.1.0",
"es6-promise": "^4.2.8",
"ethereumjs-units": "^0.2.0",
"ethers": "^5.0.23",
"express": "^4.17.1",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"graphql-subscriptions-client": "^0.15.0",
"imgix-core-js": "^2.3.2",
"immutable": "^4.0.0-rc.12",
"js-file-download": "^0.4.12",
"json-immutable": "^0.5.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.kebabcase": "^4.1.1",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"moment": "^2.29.1",
"next": "10.0.0",
"next-images": "^1.4.0",
"next-redux-wrapper": "^5.0.0",
"next-sitemap": "^1.6.25",
"prop-types": "^15.7.2",
"qs": "^6.9.3",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-content-loader": "^6.1.0",
"react-dom": "^16.13.1",
"react-facebook-pixel": "^1.0.4",
"react-image-magnify": "^2.7.4",
"react-immutable-proptypes": "^2.2.0",
"react-lazy-load-image-component": "^1.5.1",
"react-lazyload": "^3.2.0",
"react-moveable": "^0.28.3",
"react-redux": "^7.2.0",
"react-selecto": "^1.13.0",
"react-toastify": "^6.1.0",
"redux": "^4.0.5",
"redux-batched-actions": "^0.5.0",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-modules": "^1.1.1",
"redux-modules-middleware": "^1.2.0",
"redux-sentry-middleware": "^0.1.8",
"redux-thunk": "^2.3.0",
"sass": "^1.26.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"styled-components": "^5.3.0",
"use-wallet": "^0.9.0",
"web3": "^1.3.6"
},
"devDependencies": {
"@babel/traverse": "^7.9.5",
"@babel/types": "^7.9.5",
"audit-ci": "^2.5.1",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.4"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}