72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "@vuepress/theme-default",
|
|
"version": "2.0.0-rc.40",
|
|
"description": "Default theme of VuePress",
|
|
"keywords": [
|
|
"vuepress-theme",
|
|
"vuepress",
|
|
"theme",
|
|
"default"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/themes/default/",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "themes/theme-default"
|
|
},
|
|
"license": "MIT",
|
|
"author": "meteorlxy",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/node/index.js",
|
|
"./client": "./lib/client/index.js",
|
|
"./components/*": "./lib/client/components/*",
|
|
"./layouts/*": "./lib/client/layouts/*",
|
|
"./styles/*": "./lib/client/styles/*",
|
|
"./templates/*": "./templates/*",
|
|
"./lib/*": "./lib/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/helper": "2.0.0-rc.40",
|
|
"@vuepress/plugin-active-header-links": "2.0.0-rc.40",
|
|
"@vuepress/plugin-back-to-top": "2.0.0-rc.40",
|
|
"@vuepress/plugin-copy-code": "2.0.0-rc.40",
|
|
"@vuepress/plugin-git": "2.0.0-rc.38",
|
|
"@vuepress/plugin-links-check": "2.0.0-rc.40",
|
|
"@vuepress/plugin-markdown-container": "2.0.0-rc.37",
|
|
"@vuepress/plugin-medium-zoom": "2.0.0-rc.40",
|
|
"@vuepress/plugin-nprogress": "2.0.0-rc.40",
|
|
"@vuepress/plugin-palette": "2.0.0-rc.37",
|
|
"@vuepress/plugin-prismjs": "2.0.0-rc.40",
|
|
"@vuepress/plugin-seo": "2.0.0-rc.40",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.40",
|
|
"@vuepress/plugin-theme-data": "2.0.0-rc.40",
|
|
"@vueuse/core": "^10.11.0",
|
|
"sass": "^1.77.8",
|
|
"vue": "^3.4.34"
|
|
},
|
|
"peerDependencies": {
|
|
"sass-loader": "^15.0.0",
|
|
"vuepress": "2.0.0-rc.14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"sass-loader": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "942849e4983555f1a7cf03a96579110a505492cb"
|
|
}
|