Files
2024-10-01 19:07:23 +05:00

15 lines
425 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-nova-custom-html": "cd nova-components/NovaCustomHtml && npm run dev",
"build-nova-custom-html-prod": "cd nova-components/NovaCustomHtml && npm run prod"
},
"devDependencies": {
"axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.0",
"vite": "^4.0.0"
}
}