Initial commit

This commit is contained in:
Alejandro Martinez
2026-02-12 02:04:10 +01:00
commit f09af719cf
13433 changed files with 2193445 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "skillit",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/node": "^9.5.2",
"@astrojs/vue": "^5.1.4",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"gray-matter": "^4.0.3",
"marked": "^17.0.2",
"tailwindcss": "^4.1.18",
"vue": "^3.5.28"
}
}