-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "@kazushisan/blog",
"description": "Personal blog of Kazushi Konosu",
"author": "Kazushi Konosu",
"type": "module",
"scripts": {
"lint": "eslint",
"dev": "vitepress dev",
"build": "git fetch --unshallow || true; vitepress build",
"preview": "vitepress preview",
"check": "vue-tsc"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it-footnote": "^3.0.4",
"@vercel/og": "^0.6.4",
"@vue/eslint-config-typescript": "^14.1.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.18.1",
"vitepress": "^1.5.0",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"vue": "^3.5.13"
},
"license": "MIT"
}