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.
18 lines
387 B
18 lines
387 B
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"axios": "^1.9.0",
|
|
"bootstrap": "^5.3.6",
|
|
"laravel-vite-plugin": "^0.7.2",
|
|
"sass": "^1.56.1",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"react-bootstrap": "^2.10.9"
|
|
}
|
|
}
|
|
|