-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
{
"name": "osmosis-toolkit",
"version": "0.0.0-alpha-0.1.0",
"description": "A lite, easy to use toolkit for interacting with the Osmosis Blockchain.",
"productName": "Osmosis Toolkit",
"author": "Osmosis Support Lab",
"private": true,
"license": "MIT",
"keywords": [
"Osmosis",
"Keplr"
],
"repository": {
"type": "git",
"url": "git+https://github.com/osmo-support-lab/osmosis-toolkit.git"
},
"bugs": {
"url": "https://github.com/osmo-support-lab/osmosis-toolkit/issues"
},
"homepage": "https://github.com/osmo-support-lab/osmosis-toolkit#readme",
"scripts": {
"dev": "quasar dev",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"build": "quasar build",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@chain-registry/osmosis": "^1.5.0",
"@cosmjs/amino": "^0.29.3",
"@cosmjs/cosmwasm-stargate": "^0.29.3",
"@cosmjs/proto-signing": "^0.29.3",
"@cosmjs/stargate": "^0.29.3",
"@cosmos-kit/core": "^0.24.0",
"@fortawesome/fontawesome-pro": "^6.2.0",
"@quasar/extras": "^1.0.0",
"axios": "^0.27.2",
"big.js": "^6.2.1",
"cosmjs-types": "^0.5.2",
"dotenv": "^16.0.3",
"osmojs": "^0.36.0",
"postcss": "^8.4.19",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"webpack": "^5.75.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.16",
"@quasar/app-vite": "^1.0.0",
"@types/big.js": "^6.1.6",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18",
"yarn": ">= 1.21.1"
}
}