forked from airene/vitepress-blog-pure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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": "ti.bi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev --host 0.0.0.0",
"build": "cross-env NODE_ENV=production vitepress build",
"preview": "cross-env NODE_ENV=production vitepress preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.0",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@typescript-eslint/types": "^8.46.4",
"@vue/compiler-sfc": "^3.5.24",
"cross-env": "^10.1.0",
"esbuild": "^0.25.12",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.5.1",
"fs-extra": "^11.3.2",
"globby": "^15.0.0",
"gray-matter": "^4.0.3",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vitepress": "^1.6.4",
"vite": "^5.4.21",
"vitepress-plugin-comment-with-giscus": "^1.1.15"
}
}