-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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"
]
}