forked from cosmos/sdk-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.83 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
67
68
69
70
71
{
"name": "sdk-tutorials",
"version": "1.0.0",
"description": "A collection of tutorials for building with the Cosmos SDK",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cosmos/sdk-tutorials.git"
},
"scripts": {
"serve": "vuepress dev --no-cache",
"build": "vuepress build --no-cache",
"link:check": "npx check-md",
"link:fix": "npx check-md --fix"
},
"keywords": [
"Cosmos",
"blockchain",
"golang"
],
"author": "All in Bits",
"license": "ISC",
"bugs": {
"url": "https://github.com/cosmos/sdk-tutorials/issues"
},
"homepage": "https://github.com/cosmos/sdk-tutorials#readme",
"dependencies": {
"@cosmos-ui/vue": "^0.35.0",
"@vuepress/plugin-google-analytics": "1.7.1",
"algoliasearch": "^4.2.0",
"axios": "^0.26.1",
"check-md": "^1.0.2",
"cheerio": "^1.0.0-rc.3",
"clipboard-copy": "^4.0.1",
"crypto-js": "^4.0.0",
"date-fns": "^2.28.0",
"email-validator": "^2.0.4",
"entities": "2.1.0",
"esm": "^3.2.25",
"gray-matter": "^4.0.2",
"hotkeys-js": "3.8.9",
"jsonp": "^0.2.1",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.1.3",
"prismjs": "^1.27.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"querystring": "^0.2.0",
"sharp": "^0.29.3",
"stylus": "^0.57.0",
"stylus-loader": "^3.0.2",
"tiny-cookie": "^2.3.2",
"v-runtime-template": "^1.10.0",
"vue-h5p": "^0.2.0",
"vuepress": "^1.5.4",
"vuepress-plugin-google-tag-manager": "0.0.5",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-medium-zoom": "^1.9.7",
"core-js": "^3.6.5",
"is-svg": "^4.2.2",
"node-forge": "^1.3.1",
"set-value": "^4.1.0",
"ssri": "^8.0.1",
"watchpack": "^2.0.0"
},
"engines": {
"node": ">=14 <15"
}
}