Skip to content

Commit

Permalink
js build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1DEA committed Feb 6, 2024
1 parent 3175e41 commit 4fdbb9c
Show file tree
Hide file tree
Showing 7 changed files with 597 additions and 249 deletions.
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,29 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
"build": "vue-tsc --noEmit && vite build && vite build --ssr resources/js/ssr.js"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.12",
"axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0",
"vue": "^3.2.41"
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^18.19.14",
"@types/ziggy-js": "^1.8.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/server-renderer": "^3.4.15",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"laravel-vite-plugin": "^0.8.1",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5",
"vite": "^4.5.2",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"satori": "^0.10.11",
"@vueuse/core": "^10.7.2",
"reading-time": "^1.5.0",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"ziggy-js": "^1.8.1"
}
Expand Down
Loading

0 comments on commit 4fdbb9c

Please sign in to comment.