vitepress-theme-nex
Version:
VitePress 主题 Nex 是一个 VitePress 用户设计的现代化博客主题。它不仅提供了简洁美观的视觉风格,还具有多种实用的功能,帮助您快速构建高质量的博客页面。
48 lines • 978 B
JSON
{
"name": "vitepress-theme-nex",
"version": "0.0.3",
"description": "",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./dist/*"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"vitepress",
"blog",
"nexmoe",
"theme",
"news",
"release"
],
"author": "Nexmoe (https://github.com/nexmoe)",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitepress": "^1.3.1",
"vue": "^3.4.33"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "unbuild",
"prepublish": "unbuild"
}
}