-
Notifications
You must be signed in to change notification settings - Fork 238
/
package.json
50 lines (50 loc) · 2.04 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
{
"name": "root",
"version": "0.0.0",
"private": true,
"workspaces": [
"projects/*"
],
"scripts": {
"bootstrap": "lerna bootstrap --no-ci && lerna link",
"bootstrap:ci": "lerna bootstrap --ci && lerna link",
"build": "sh scripts/build.sh",
"test": "sh scripts/test.sh",
"release": "git reset --hard && lerna publish from-package",
"build:deploy": "yarn workspace @rarible/deploy run build",
"build:exchange-v2": "yarn workspace @rarible/exchange-v2 run build",
"build:exchange-wrapper": "yarn workspace @rarible/exchange-wrapper run build",
"build:interfaces": "yarn workspace @rarible/interfaces run build",
"build:test": "yarn workspace @rarible/deploy run test",
"clean": "yarn workspaces run clean",
"lerna-publish": "lerna publish",
"lerna-publish-only": "lerna publish from-package",
"ethereumjs-util": "6.1.0",
"codecleanup": "yarn prettier --write",
"format:check": "prettier --check 'projects/**/*.{js,ts,sol}'",
"format:write": "prettier --write 'projects/**/*.{js,ts,sol}'"
},
"dependencies": {
"ethers": "5.7.2"
},
"devDependencies": {
"@openzeppelin/contracts": "3.4.0",
"@openzeppelin/truffle-upgrades": "1.8.1",
"@rarible/estimate-middleware": "0.5.6",
"@rarible/trezor-provider": "0.0.11",
"@truffle/hdwallet-provider": "2.1.15",
"@typechain/ethers-v5": "^10.2.0",
"dotenv": "^16.0.3",
"lerna": "8.0.2",
"prettier": "2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"truffle-assertions": "0.9.2",
"truffle-contract-size": "2.0.1",
"truffle-plugin-verify": "^0.6.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typechain": "^8.2.0",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}