start the process of moving over to vite tooling

This commit is contained in:
2025-02-22 15:29:53 -05:00
parent bf40d524b7
commit 5620b65511
7 changed files with 1529 additions and 681 deletions

View File

@ -1,17 +1,16 @@
{
"name": "rhpidfyre.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.3.0",
"sass": "^1.85.0",
"scss": "^0.2.4"
},
"devDependencies": {}
}
"name": "rhpidfyre.io",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.85.0",
"typescript": "^5.7.2",
"vite": "^6.1.0"
}
}