-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.34 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
{
"name": "arianee-sdk",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:core": "nx build core",
"build:common-types": "nx build common-types",
"build:wallet": "nx build wallet",
"build:apg": "nx build arianee-privacy-gateway-client",
"build:wallet-api-client": "nx build wallet-api-client",
"build:utils": "nx build utils",
"build:creator": "nx build creator",
"build:arianee-protocol-client": "nx build arianee-protocol-client",
"build:privacy-circuits": "nx build privacy-circuits",
"build:all": "nx run-many --target=build --all",
"test:wallet": "nx test wallet",
"test:common-types": "nx test common-types",
"test:apg": "nx test arianee-privacy-gateway-client",
"test:wallet-api-client": "nx test wallet-api-client",
"test:arianee-api-client": "nx test arianee-api-client",
"test:arianee-access-token": "nx test arianee-access-token",
"test:arianee-protocol-client": "nx test arianee-protocol-client",
"test:utils": "nx test utils",
"test:core": "nx test core",
"test:creator": "nx test creator",
"test:token-provider": "nx test token-provider",
"test:all": "nx run-many --target=test --all",
"lint:all": "nx run-many --target=lint --all",
"bump:all": "./scripts/bump.sh",
"publish:all": "./scripts/publish.sh",
"link:all": "./scripts/link.sh",
"dev": "nx serve arianee-sdk-example",
"react-wallet": "nx serve arianee-react-wallet",
"angular-wallet": "nx serve angular-wallet",
"angular-creator": "nx serve angular-creator",
"poc-sst": "nx serve poc-sst"
},
"private": true,
"workspaces": [
"apps/*"
],
"dependencies": {
"@angular/animations": "~16.0.0",
"@angular/common": "~16.0.0",
"@angular/compiler": "~16.0.0",
"@angular/core": "~16.0.0",
"@angular/forms": "~16.0.0",
"@angular/platform-browser": "~16.0.0",
"@angular/platform-browser-dynamic": "~16.0.0",
"@angular/router": "~16.0.0",
"@arianee/0xcert-cert": "^2.0.2",
"@arianee/arianee-abi": "0.37.0",
"@arianee/contracts": "^1.0.3",
"@arianee/permit721-contracts": "^1.0.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@types/retry": "^0.12.5",
"ajv": "^8.12.0",
"async-retry": "^1.3.3",
"axios": "^1.6.0",
"circomlib": "^2.0.5",
"circomlibjs": "^0.1.7",
"ethers": "6.13.1",
"eventemitter3": "^5.0.1",
"fixed-merkle-tree": "0.7.3",
"memoizee": "^0.4.17",
"node-fetch": "^2.6.12",
"react-router-dom": "^6.20.1",
"retry": "^0.13.1",
"rxjs": "~7.8.0",
"snarkjs": "0.7.4",
"ts-invariant": "^0.10.3",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@types/memoizee": "^0.4.11",
"@angular-devkit/build-angular": "~16.0.0",
"@angular-devkit/core": "~16.0.0",
"@angular-devkit/schematics": "~16.0.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "~16.0.0",
"@angular/language-service": "~16.0.0",
"@nrwl/esbuild": "16.1.1",
"@nrwl/eslint-plugin-nx": "16.1.1",
"@nrwl/jest": "16.1.1",
"@nrwl/js": "16.1.1",
"@nrwl/linter": "16.1.1",
"@nrwl/node": "16.1.1",
"@nrwl/workspace": "16.1.1",
"@nx/jest": "16.1.1",
"@nx/js": "16.1.1",
"@nx/web": "16.1.1",
"@schematics/angular": "~16.0.0",
"@types/async-retry": "^1.4.8",
"@types/circomlibjs": "0.1.6",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/node-fetch": "^2.6.3",
"@types/snarkjs": "0.7.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"change-case": "^5.4.4",
"esbuild": "^0.25.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~13.1.0",
"nx": "16.1.1",
"prettier": "^2.6.2",
"process.argv": "^0.6.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2"
}
}