-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"name": "@sfxcode/vitepress-blog-starter",
"type": "module",
"version": "1.0.2",
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"description": "Vitepress Starter, UnoCSS, Anu, Blog",
"author": "Tom Lamers",
"license": "MIT",
"keywords": [
"Vitepress",
"Starter",
"UnoCSS",
"Anu"
],
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
},
"devDependencies": {
"@antfu/eslint-config": "^3.15.0",
"@anu-vue/preset-theme-default": "^0.15.2",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/fluent-emoji": "^1.2.2",
"@iconify-json/heroicons-outline": "^1.2.1",
"@iconify-json/logos": "^1.2.4",
"@types/node": "^22.10.7",
"@unocss/preset-icons": "65.4.2",
"@unocss/preset-uno": "65.4.2",
"@vueuse/core": "^12.4.0",
"anu-vue": "^0.15.2",
"changelogen": "^0.5.7",
"date-fns": "^4.1.0",
"eslint": "^9.18.0",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"typescript": "^5.7.3",
"unocss": "65.4.2",
"vitepress": "^1.6.1",
"vue": "^3.5.13"
}
}