-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.31 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
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
{
"packageManager": "yarn@4.1.0",
"workspaces": [
"compact",
"identity-contract",
"shop-api",
"shop-contract",
"shop-ui",
"identity-provider-api",
"signature-registry-contract",
"signature-registry-api",
"signature-registry-indexer",
"token-contract"
],
"scripts": {
"compact": "turbo run compact",
"build": "turbo run build",
"test": "turbo run test",
"test-e2e": "turbo run test-e2e",
"lint": "turbo run lint",
"shop-ui": "turbo run start --filter=shop-ui"
},
"resolutions": {
"@midnight-ntwrk/compact-runtime/@midnight-ntwrk/onchain-runtime": "^0.2.6",
"@midnight-ntwrk/zswap": "^3.0.6"
},
"dependencies": {
"@midnight-ntwrk/compact-runtime": "^0.7.0",
"@midnight-ntwrk/dapp-connector-api": "^1.2.3",
"@midnight-ntwrk/ledger": "^3.0.6",
"@midnight-ntwrk/midnight-js-contracts": "0.2.5",
"@midnight-ntwrk/midnight-js-fetch-zk-config-provider": "0.2.5",
"@midnight-ntwrk/midnight-js-http-client-proof-provider": "0.2.5",
"@midnight-ntwrk/midnight-js-indexer-public-data-provider": "0.2.5",
"@midnight-ntwrk/midnight-js-level-private-state-provider": "0.2.5",
"@midnight-ntwrk/midnight-js-network-id": "0.2.5",
"@midnight-ntwrk/midnight-js-node-zk-config-provider": "0.2.5",
"@midnight-ntwrk/midnight-js-types": "0.2.5",
"@midnight-ntwrk/midnight-js-utils": "0.2.5",
"@midnight-ntwrk/wallet": "^3.7.5",
"@midnight-ntwrk/wallet-api": "^3.5.0",
"fp-ts": "^2.16.1",
"io-ts": "^2.2.20",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"fast-check": "^3.15.0",
"jest": "^29.7.0",
"jest-fast-check": "^2.0.0",
"jest-gh-md-reporter": "^0.0.2",
"jest-html-reporters": "^3.1.4",
"jest-junit": "^16.0.0",
"prettier": "^3.0.3",
"testcontainers": "^10.3.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
}
}