forked from anoma/namada-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "namada",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"e2e"
],
"scripts": {
"wasm:build-test": "./scripts/build-test.sh",
"test": "wsrun --serial --exclude-missing -c test",
"test:ci": "wsrun --serial --exclude-missing -c test:ci",
"test-wasm:ci": "wsrun --serial --exclude-missing -c test-wasm:ci",
"lint": "wsrun -l --exclude-missing -c lint",
"lint:fix": "wsrun -l --exclude-missing -c lint:fix",
"lint:ci": "wsrun -l --exclude-missing -c lint:ci",
"prepare": "husky install"
},
"dependencies": {
"@cosmjs/encoding": "^0.27.1",
"@cosmjs/json-rpc": "^0.27.1",
"@cosmjs/tendermint-rpc": "^0.27.1",
"@dao-xyz/borsh": "^5.1.5",
"bn.js": "^5.2.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"typescript": "^5.1.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.49.0",
"git-commit-msg-linter": "^5.0.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"stream-browserify": "^3.0.0",
"typescript": "^5.1.3",
"wsrun": "^5.2.4"
},
"packageManager": "yarn@4.0.2"
}