Files
skills-here-run-place/package.json
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

21 lines
420 B
JSON

{
"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"
}
}