-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
63 lines (63 loc) · 2.1 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
{
"name": "contract-proxy-kit-monorepo",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"cpk:build": "lerna run build --scope contract-proxy-kit --stream",
"cpk:test": "FORCE_COLOR=1 lerna run test --scope contract-proxy-kit --stream",
"cpk:publish-docs": "lerna run publish-docs --scope contract-proxy-kit --stream",
"app:build": "lerna run build --scope cpk-configuration-app --stream",
"app:start": "lerna run start --scope cpk-configuration-app --stream",
"app:deploy": "lerna run deploy --scope cpk-configuration-app --stream"
},
"devDependencies": {
"@gnosis.pm/conditional-tokens-contracts": "^0.5.4",
"@gnosis.pm/safe-contracts": "1.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.0",
"@truffle/hdwallet-provider": "^1.4.1",
"@typechain/truffle-v5": "^4.0.1",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^8.2.3",
"@types/node-fetch": "^2.5.11",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"dotenv": "^8.2.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"ethers-4": "npm:ethers@^4.0.45",
"ethers-5": "npm:ethers@^5.4.1",
"ganache-cli": "^6.12.2",
"geth-dev-assistant": "^0.1.8",
"jsdom": "^16.6.0",
"jsdom-global": "^3.0.2",
"lerna": "^3.22.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier-eslint-cli": "^5.0.1",
"run-with-testrpc": "^0.3.1",
"should": "^13.2.3",
"truffle": "^5.4.1",
"truffle-typings": "^1.0.8",
"ts-node": "^10.1.0",
"typechain": "^4.0.1",
"typedoc": "^0.21.4",
"typescript": "^4.3.5",
"wait-port": "^0.2.9",
"web3-1-4": "npm:web3@^1.4.0",
"web3-2-alpha": "npm:web3@^2.0.0-alpha.1"
}
}