🚀 Init

This commit is contained in:
Korbs 2024-08-16 16:20:41 -04:00
parent 9fd0228a37
commit 59e871a96f
16 changed files with 818 additions and 0 deletions

23
test/package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/vue": "^4.5.0",
"@minpluto/zorn": "../",
"astro": "^4.14.2",
"typescript": "^5.5.4",
"vue": "^3.4.38"
},
"devDependencies": {
"sass-embedded": "^1.77.8"
}
}