forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.87 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "celo",
"version": "1.0.0",
"author": "Celo",
"license": "SEE LICENSE IN SUB-PACKAGES",
"private": true,
"scripts": {
"install-pkg": "yarn install --link-duplicates",
"lint": "yarn lerna run lint && yarn run --silent lint:do-not-merge",
"lint:do-not-merge": "! git grep -E 'DO[ _]*NOT[ _]*MERGE'",
"prettify": "yarn run prettier --config .prettierrc.js --write '**/*.+(ts|tsx|js|jsx|sol|java)'",
"prettify:diff": "yarn run prettier --config .prettierrc.js --list-different '**/*.+(ts|tsx|js|jsx|sol|java)'",
"reset": "yarn reset-modules && yarn reset-cache",
"reset-cache": "yarn reset-yarn && yarn reset-rn",
"reset-modules": "rm -rf node_modules/ packages/*/node_modules",
"reset-rn": "watchman watch-del-all; rm -rf $TMPDIR/metro-cache-*; rm -rf $TMPDIR/haste-map-*; rm -rf $TMPDIR/metro-symbolicate*",
"reset-yarn": "yarn cache clean",
"test": "yarn run lerna run test",
"build": "yarn run lerna run build",
"clean": "yarn run lerna run clean",
"docs": "yarn run lerna run docs",
"check-licenses": "yarn licenses list --prod | grep '\\(─ GPL\\|─ (GPL-[1-9]\\.[0-9]\\+ OR GPL-[1-9]\\.[0-9]\\+)\\)' && echo 'Found GPL license(s). Use 'yarn licenses list --prod' to look up the offending package' || echo 'No GPL licenses found'",
"report-coverage": "yarn run lerna run test-coverage",
"test:watch": "node node_modules/jest/bin/jest.js --watch",
"postinstall": "yarn run lerna run postinstall && patch-package && yarn keys:decrypt",
"keys:decrypt": "bash scripts/key_placer.sh decrypt",
"keys:encrypt": "bash scripts/key_placer.sh encrypt",
"check:packages": "node ./scripts/check-packages.js",
"celotool": "yarn --cwd packages/celotool run --silent cli",
"celocli": "yarn --cwd packages/cli run --silent celocli",
"update-dependency-graph": "ts-node ./scripts/update_dependency_graph.ts",
"deploy-sdks": "ts-node ./scripts/deploy-sdks.ts",
"deprecate-sdks": "ts-node ./scripts/unpublish-sdks.ts"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern '**/*.+(ts|tsx|js|jsx|sol|java)'",
"pre-push": "node ./scripts/hooks/pre-push.js"
}
},
"workspaces": {
"packages": [
"packages/*",
"packages/phone-number-privacy/*",
"packages/sdk/*",
"packages/sdk/wallets/*"
],
"nohoist": [
"**/openzeppelin-solidity",
"**/solidity-bytes-utils",
"**/@apollo/react-testing"
]
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@types/jest": "^26.0.21",
"@types/node": "10.17.0",
"@types/prompt": "1.1.1",
"@types/semver": "7.3.8",
"babel-jest": "^26.6.3",
"codecov": "^3.6.5",
"colors": "1.4.0",
"husky": "^3.1.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-junit": "^10.0.0",
"jest-snapshot": "^26.1.0",
"lerna": "^3.16.0",
"patch-package": "^6.2.2",
"prettier": "^2.2.1",
"prettier-plugin-java": "^0.6.0",
"prettier-plugin-solidity": "1.0.0-alpha.35",
"pretty-quick": "^2.0.1",
"prompt": "1.2.0",
"semver": "7.3.5",
"solc": "0.5.8",
"ts-jest": "^26.5.4",
"ts-node": "^8.3.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.20.0",
"typescript": "4.7.4",
"typescript-tslint-plugin": "^0.5.4"
},
"resolutions": {
"@celo/ganache-core": "git+https://github.com/celo-org/ganache-core.git#e7099c4713c415ab24b8056fbf6e1034fa913a8b",
"@grpc/grpc-js": "^1.1.8",
"@types/prettier": "^2.2.1",
"**/axios": "0.21.1",
"**/cross-fetch": "^3.0.2",
"**/deep-extend": "^0.5.1",
"**/extend": "^3.0.2",
"**/truffle/mocha": "^6.2.2",
"**/truffle-security/mocha": "^6.2.2",
"bignumber.js": "9.0.0",
"bl": "^4.0.3",
"cryptiles": "^4.1.3",
"decompress": "^4.2.1",
"dot-prop": "^5.2.0",
"elliptic": "^6.5.4",
"eslint-utils": "^1.4.1",
"ganache-core": "git+https://github.com/celo-org/ganache-core.git#e7099c4713c415ab24b8056fbf6e1034fa913a8b",
"handlebars": "^4.7.7",
"https-proxy-agent": "^5.0.0",
"hoek": "^6.1.3",
"jest-environment-jsdom": "^26.0.1",
"json-bigint": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"logkitty": "^0.7.1",
"mathjs": "^7.5.1",
"minimist": "^1.2.5",
"mixin-deep": "^2.0.1",
"node-forge": "^0.10.0",
"node-gyp": "5.0.1",
"node-libs-react-native": "^1.2.0",
"node-notifier": "^8.0.2",
"normalize-url": "4.5.1",
"npm": "^5.10.0",
"npmi": "^4.0.0",
"object-path": "^0.11.5",
"prettier": "^2.2.1",
"randomatic": "^3.1.1",
"react-native-flipper": "^0.70.0",
"react-native-ntp-client": "^1.0.0",
"set-value": "^3.0.2",
"sha3": "1.2.6",
"tar": "4.4.15",
"ua-parser-js": "0.7.28",
"underscore": "^1.12.1",
"url-parse": "^1.5.0",
"web3-eth-contract": "1.3.6",
"websocket-extensions": "^0.1.4",
"y18n": "^5.0.5"
}
}