-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 934 Bytes
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
{
"name": "my_blog",
"version": "1.0.0",
"type": "module",
"description": "IsaacHuo's Blog built with VitePress",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"fonts:kaiti": "test -e .fontdeps/brotli.py || python3 -m pip install --quiet --target .fontdeps brotli; PYTHONPATH=.fontdeps python3 scripts/build-kaiti-gb2312-subsets.py",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacHuo/MyBlog.git"
},
"homepage": "https://github.com/IsaacHuo/MyBlog#readme",
"license": "ISC",
"devDependencies": {
"@vue/eslint-config-typescript": "^14.6.0",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-vue": "^10.6.0",
"fast-glob": "^3.3.3",
"vitepress": "^1.6.3",
"vue-eslint-parser": "^10.2.0"
}
}