-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 848 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
{
"name": "vuepress-theme-thindark",
"version": "1.0.1",
"description": "A dark theme for VuePress.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lisniuse/vuepress-theme-thindark.git"
},
"keywords": [
"vuepress",
"vuepress-theme",
"documentation",
"site-generator"
],
"author": "Zhi Bing",
"license": "MIT",
"bugs": {
"url": "https://github.com/lisniuse/vuepress-theme-thindark/issues"
},
"homepage": "https://github.com/lisniuse/vuepress-theme-thindark#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.2",
"@vuepress/plugin-nprogress": "^1.0.2",
"@vuepress/plugin-search": "^1.0.2",
"docsearch.js": "^2.5.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress-plugin-container": "^2.0.0"
}
}