Skip to content

Commit

Permalink
Getting it together.
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmrr committed Dec 28, 2023
1 parent b758fc9 commit 7e2311a
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 97 deletions.
162 changes: 162 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 22 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,31 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr && vite build && vite build --ssr --ssr"
"dev": "vite",
"build": "vite build && vite build --ssr && vite build && vite build --ssr --ssr"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0",
"vue": "^3.2.31"
"@inertiajs/vue3": "^1.0.0",
"@prettier/plugin-php": "^0.22.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.14",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@ably/laravel-echo": "^1.0.2",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"ably": "^1.2.40",
"dayjs": "^1.11.9"
"@ably/laravel-echo": "^1.0.2",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"ably": "^1.2.40",
"dayjs": "^1.11.9"
}
}
Loading

0 comments on commit 7e2311a

Please sign in to comment.