Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed May 10, 2024
1 parent 82b49df commit 5392e09
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "fantastic-mobile-docs-vitepress",
"type": "module",
"scripts": {
"dev": "vitepress dev .",
"build": "vitepress build ."
"build": "vitepress build .",
"lint:eslint": "eslint . --cache --fix"
},
"dependencies": {
"markdown-it-task-lists": "^2.1.1",
"vitepress-plugin-comment-with-giscus": "^1.1.15"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"eslint": "^9.2.0",
"vitepress": "1.1.4",
"vue": "^3.4.26"
},
"dependencies": {
"markdown-it-task-lists": "^2.1.1",
"vitepress-plugin-comment-with-giscus": "^1.1.15"
}
}

0 comments on commit 5392e09

Please sign in to comment.