forked from codrops/SearchUIEffects
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1002 Bytes
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
{
"name": "starkid",
"version": "1.0.0",
"description": "a DID managing tool to communicate your public and private data with sovereignty",
"repository": "git@github.com:xunorus/starkid.git",
"author": "xunorus <xunorus@gmail.com>",
"license": "MIT",
"dependencies": {
"@github/mini-throttle": "^2.1.1",
"@polybase/client": "^0.6.6",
"@xmtp/xmtp-js": "^11.3.2",
"buffer": "^6.0.3",
"cropperjs": "^1.6.1",
"elliptic": "^6.5.5",
"eth-crypto": "^2.6.0",
"ethers": "^6.13.1",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10",
"qr-scanner": "^1.4.2",
"starknet": "^5.24.3",
"starknetkit": "^1.1.9"
},
"staticFiles": {
"staticPath": "src/static"
},
"type": "module",
"@parcel/resolver-default": {
"packageExports": true
},
"devDependencies": {
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2"
}
}