-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "vuepress-theme-cosmos",
"version": "1.0.183",
"description": "Theme for VuePress static site generator used by Tendermint and Cosmos projects.",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cosmos/vuepress-theme-cosmos.git"
},
"keywords": [
"documentation",
"docs",
"cosmos",
"tendermint",
"vuepress",
"theme"
],
"author": "",
"license": "Apache 2.0",
"dependencies": {
"@cosmos-ui/vue": "^0.35.0",
"@vuepress/plugin-google-analytics": "1.9.7",
"algoliasearch": "^4.2.0",
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.3",
"clipboard-copy": "^4.0.1",
"entities": "4.4.0",
"esm": "^3.2.25",
"gray-matter": "^4.0.2",
"hotkeys-js": "3.10.0",
"jsonp": "^0.2.1",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.0.0",
"prismjs": "^1.22.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^3.0.2",
"tiny-cookie": "^2.3.2",
"v-runtime-template": "^1.10.0",
"vuepress": "^1.5.4",
"vuepress-plugin-google-tag-manager": "0.0.5",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"core-js": "^3.6.5",
"is-svg": "^4.2.2",
"node-forge": "^1.2.1",
"set-value": "^4.0.0",
"ssri": "^10.0.0",
"watchpack": "^2.0.0"
}
}