Skip to content

Commit

Permalink
feat: enhance package.json with description, author, license, and key…
Browse files Browse the repository at this point in the history
…words; update dependencies
  • Loading branch information
ismail9k committed Dec 23, 2024
1 parent 4617f44 commit c449ee7
Show file tree
Hide file tree
Showing 2 changed files with 773 additions and 707 deletions.
32 changes: 20 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "vue3-carousel",
"version": "0.10.0",
"description": "A simple carousel component for Vue 3",
"author": "Abdelrahman Ismail <dev@ismail9k.com>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -48,35 +51,33 @@
"unpkg": "dist/carousel.min.js",
"jsdelivr": "dist/carousel.min.js",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-typescript": "^12.1.2",
"@stackblitz/sdk": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"prettier": "^3.4.1",
"rollup": "^4.28.0",
"prettier": "^3.4.2",
"rollup": "^4.29.1",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"vitepress": "^1.5.0",
"vitest": "^2.1.8",
"vue": "^3.5.0"
Expand All @@ -90,5 +91,12 @@
"not dead",
"not IE 11"
],
"license": "MIT"
"keywords": [
"vue",
"vue3",
"carousel",
"slider",
"vue3-carousel",
"vue3-slider"
]
}
Loading

0 comments on commit c449ee7

Please sign in to comment.