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
286 B
15 lines
286 B
2 years ago
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"axios": "^1.1.2",
|
||
|
"laravel-vite-plugin": "^0.7.2",
|
||
|
"lodash": "^4.17.19",
|
||
|
"postcss": "^8.1.14",
|
||
|
"vite": "^4.0.0"
|
||
|
}
|
||
|
}
|