This repository was archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 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
{
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@tedcryptoorg/cosmos-directory": "^0.1.1",
"@tedcryptoorg/cosmos-signer": "^1.0.0",
"@tedcryptoorg/cosmos-wallet-wires": "^0.0.3",
"awesome-notifications": "^3.1.3",
"bech32": "^2.0.0",
"promptly": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@cosmjs/encoding": "^0.32.0",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.6",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"@types/promptly": "^3.0.2",
"bootstrap": "^5.2.2",
"buffer": "^6.0.3",
"core-js": "^3.23.0",
"cosmjs-types": "^0.9.0",
"google-protobuf": "^3.21.2",
"jquery": "^3.6.1",
"long": "^5.2.1",
"process": "^0.11.10",
"regenerator-runtime": "^0.14.0",
"sass": "^1.55.0",
"sass-loader": "^14.0.0",
"ts-loader": "^9.4.1",
"typescript": "^5.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-notifier": "^1.15.0"
}
}