minor tweaks to how JS is set up
This commit is contained in:
@ -9,6 +9,12 @@
|
||||
"prod": "npm run production",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"laravel-mix": "^6.0.43",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-import": "^14.1.0",
|
||||
"vue-loader": "^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/inertia": "^0.11.0",
|
||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||
@ -22,13 +28,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"notiwind": "^1.2.5",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"tailwindcss-neumorphism": "^0.1.0",
|
||||
"tailwindcss-neu": "^0.2.1",
|
||||
"vue": "^3.2.36"
|
||||
},
|
||||
"devDependencies": {
|
||||
"laravel-mix": "^6.0.43",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-import": "^14.1.0",
|
||||
"vue-loader": "^17.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user