-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "zukit",
"version": "0.2.4",
"description": "Like RainbowKit for the Zuzalu Passport",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "tsup src/index.ts --dts --watch",
"test": "tsc"
},
"repository": "git+https://github.com/dcposch/zukit.git",
"author": "DC Posch",
"license": "MIT",
"bugs": "https://github.com/dcposch/zukit/issues",
"homepage": "https://github.com/dcposch/zukit#readme",
"dependencies": {
"@pcd/passport-interface": "^0.5.1",
"@pcd/pcd-types": "^0.5.1",
"@pcd/semaphore-group-pcd": "^0.5.1",
"@pcd/semaphore-signature-pcd": "^0.5.1",
"styled-components": "^5.3.10"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/json-bigint": "^1.0.1",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^20.1.0",
"@types/react": "^18.2.5",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"eslint": "^8.40.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}