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.
14 lines
286 B
14 lines
286 B
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.25",
|
|
"laravel-vite-plugin": "^0.2.1",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.1.14",
|
|
"vite": "^2.9.11"
|
|
}
|
|
}
|