forked from reservoirprotocol/metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "nextjs",
"version": "1.3.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "yarn build && next start",
"format-check": "prettier --check \"src/**/*.+(js|ts|json)\" \"pages/**/*.+(js|ts|json)\"",
"format": "prettier --write \"src/**/*.+(js|ts|json)\" \"pages/**/*.+(js|ts|json)\""
},
"dependencies": {
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/hash": "^5.5.0",
"axios": "^0.24.0",
"ethereum-multicall": "^2.15.0",
"ethers": "^5.6.8",
"graphql": "^16.0.1",
"graphql-request": "^3.6.1",
"lodash": "^4.17.21",
"loot-rarity": "^5.0.1",
"next": "12.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"slugify": "^1.6.5",
"winston": "^3.8.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"prettier": "^2.8.3",
"eslint": "^8.33.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^20.1.1"
}
}