Skip to content

Commit

Permalink
build: package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
idmytro committed Jun 4, 2023
1 parent abfc38d commit 0ed6ebd
Show file tree
Hide file tree
Showing 4 changed files with 747 additions and 10 deletions.
3 changes: 0 additions & 3 deletions eslintXo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"name": "eslint-xo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
9 changes: 5 additions & 4 deletions router-eslintXo/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "vue-router",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.vue src"
},
"dependencies": {
"vue": "^3.2.45",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": ">=8.27.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-vue": "^9.11.0",
"vite": "^4.1.0"
}
}
Loading

0 comments on commit 0ed6ebd

Please sign in to comment.