-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 767 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 767 Bytes
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
{
"name": "vuepress-theme-titanium",
"version": "5.0.1",
"description": "VuePress theme for Titanium projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TiDev, Inc. <npm@tidev.io>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tidev/docs-devkit.git",
"directory": "packages/vuepress/vuepress-theme-titanium"
},
"dependencies": {
"@vuepress/plugin-nprogress": "^1.7.1",
"@vuepress/plugin-search": "^1.7.1",
"docsearch.js": "^2.6.3",
"lodash": "^4.17.15",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress-plugin-container": "^2.1.5"
},
"gitHead": "466250b2ef8e0c8ebbd5a92d1b5f07ebdf1de0a0"
}