-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "easy-keplr-connect",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"build": "npx mix",
"dev": "cross-env NODE_ENV=development webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alighasemzadeh/easy-keplr-connect.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alighasemzadeh/easy-keplr-connect/issues"
},
"homepage": "https://github.com/alighasemzadeh/easy-keplr-connect#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.42",
"path": "^0.12.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.27.1",
"bootstrap": "^5.1.3"
}
}