updating buttons, dark mode, flags, and configs
This commit is contained in:
@ -1,25 +1,34 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"laravel-mix": "^6.0.43",
|
||||
"postcss": "^8.4.13",
|
||||
"postcss-import": "^14.1.0",
|
||||
"vue-loader": "^17.0.0"
|
||||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"prod": "npm run production",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/inertia": "^0.11.0",
|
||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||
"@inertiajs/progress": "^0.2.7",
|
||||
"@tailwindcss/forms": "^0.5.0",
|
||||
"@tailwindcss/forms": "^0.5.2",
|
||||
"@tailwindcss/typography": "^0.5.2",
|
||||
"axios": "^0.27.1",
|
||||
"dayjs": "^1.11.1",
|
||||
"@vueuse/core": "^8.5.0",
|
||||
"axios": "^0.27.2",
|
||||
"dayjs": "^1.11.2",
|
||||
"laravel-vue-i18n": "^1.4.3",
|
||||
"lodash": "^4.17.21",
|
||||
"notiwind": "^1.2.5",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"tailwindcss-neumorphism": "^0.1.0",
|
||||
"vue": "^3.2.33"
|
||||
"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