49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "vitepress-theme-sakura",
|
|
"version": "0.5.1",
|
|
"description": "vitepress-theme-sakura",
|
|
"type": "module",
|
|
"main": ".vitepress/theme/Layout.vue",
|
|
"author": "flaribbit",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build && node .vitepress/genFeed.mjs",
|
|
"serve": "vitepress serve",
|
|
"lib:build": "node ./build",
|
|
"preview": "vitepress serve"
|
|
},
|
|
"dependencies": {
|
|
"feed": "^4.2.2",
|
|
"gray-matter": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"sass": "^1.69.7",
|
|
"vite": "^5.0.11",
|
|
"vitepress": "^1.0.0-rc.36",
|
|
"vue": "^3.4.13"
|
|
},
|
|
"repository": {
|
|
"url": "git+https://github.com/flaribbit/vitepress-theme-sakura.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/flaribbit/vitepress-theme-sakura/issues"
|
|
},
|
|
"homepage": "https://github.com/flaribbit/vitepress-theme-sakura#readme",
|
|
"keywords": [
|
|
"vitepress",
|
|
"theme",
|
|
"sakura"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"files": [
|
|
".vitepress/fix-katex.js",
|
|
".vitepress/genFeed.mjs",
|
|
".vitepress/posts.data.mjs",
|
|
".vitepress/theme"
|
|
]
|
|
}
|