Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Sep 23, 2023
1 parent e07dff1 commit 0d99455
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 81 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"description": "A Vue 3 + Vite project for building Chrome extensions",
"devDependencies": {
Expand All @@ -11,28 +11,28 @@
"@types/chrome": "^0.0.246",
"@types/eslint": "^8.44.2",
"@types/eslint-config-prettier": "^6.11.0",
"@types/node": "^18.17.17",
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.3.4",
"@vueuse/core": "^10.4.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"sass": "^1.67.0",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vue-tsc": "^1.8.11",
"vue-tsc": "^1.8.13",
"webext-bridge": "^6.0.1"
},
"displayName": "Vite Vue 3 Chrome Extension",
Expand Down
Loading

0 comments on commit 0d99455

Please sign in to comment.