Skip to content

Commit

Permalink
Migrate to modules (laravel#6090)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored and Yuriy committed Sep 22, 2023
1 parent 9767dfb commit c995f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,12 +1,13 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"laravel-vite-plugin": "^0.7.5",
"vite": "^4.0.0"
}
}

0 comments on commit c995f2a

Please sign in to comment.