You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
321 B
15 lines
321 B
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"axios": "^1.1.2",
|
|
"bootstrap": "^5.2.3",
|
|
"laravel-vite-plugin": "^0.7.2",
|
|
"sass": "^1.56.1",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|
|
|