This commit is contained in:
2023-03-08 14:47:59 +01:00
parent e8c8932630
commit 26a56e6e5b
15 changed files with 1770 additions and 14575 deletions

View File

@@ -1,21 +1,30 @@
{
"private": true,
"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"
"dev": "vite",
"build": "vite build",
"build:ssr": "npm run build && vite build --ssr",
"ssr": "npm run build:ssr && node bootstrap/ssr/ssr.mjs"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/server": "^0.1.0",
"@vue/compiler-sfc": "^3.2.45",
"@vue/server-renderer": "^3.2.45",
"vue": "^3.2.45"
},
"devDependencies": {
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.7.0",
"laravel-vite-plugin": "^0.7.4",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0"
"postcss": "^8.4.19",
"tailwindcss": "^3.2.7",
"vite": "^3.0.0",
"vite-plugin-iso-import": "^1.0.0"
}
}