Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jan 26, 2024
1 parent d42a8b2 commit 26b6958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ package-lock.json
.git-rewrite/
.php-cs-fixer.cache

node_modules
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"laravel-vite-plugin": "^0.6.0",
"laravel-vite-plugin": "^0.6.1",
"lodash": "^4.17.21",
"postcss": "^8.3.7",
"vite": "^3.0.9"
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"tailwindcss": "^3.4.1",
"tippy.js": "^6.3.7",
"vite": "^3.2.8"
}
}

0 comments on commit 26b6958

Please sign in to comment.