Initialize laravel app
This commit is contained in:
parent
3d69dd05c2
commit
8af402a9e2
149 changed files with 10967 additions and 1464 deletions
13
package.json
Normal file
13
package.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^1.1.2",
|
||||
"laravel-vite-plugin": "^0.7.5",
|
||||
"vite": "^4.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue