Skip to content

Commit

Permalink
Bump and add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ShintoKosei committed Jun 3, 2024
1 parent 3871d3b commit e6e976f
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/plugin-shiki": "2.0.0-rc.0",
"@vuepress/theme-default": "2.0.0-rc.33",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-plugin-search-pro": "2.0.0-rc.47"
}
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"format": "prettier --write ."
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.12",
"@vuepress/plugin-shiki": "2.0.0-rc.0",
"@vuepress/theme-default": "2.0.0-rc.33",
"prettier": "^3.3.0",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-plugin-search-pro": "2.0.0-rc.47",
"prettier-config-vuepress": "^4.4.0"
}
}

0 comments on commit e6e976f

Please sign in to comment.