15 lines
425 B
JSON
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"
|
|
}
|
|
} |