-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "@sfxcode/vitepress-blog-starter",
"version": "0.9.2",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"keywords": [
"Vitepress",
"Starter",
"UnoCSS",
"Anu"
],
"type": "module",
"author": "Tom Lamers",
"devDependencies": {
"@antfu/eslint-config": "2.12.1",
"@anu-vue/preset-theme-default": "^0.15.2",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/logos": "^1.1.42",
"@types/node": "^20.12.4",
"@unocss/preset-icons": "0.59.0-beta.1",
"@unocss/preset-uno": "0.59.0-beta.1",
"@vueuse/core": "^10.9.0",
"anu-vue": "^0.15.2",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3",
"unocss": "0.59.0-beta.1",
"vitepress": "1.0.2",
"vue": "^3.4.21"
}
}