watzon.tech/package.json

32 lines
794 B
JSON

{
"name": "watzon-tech",
"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.3.1",
"@astrojs/mdx": "^2.0.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/vue": "^4.0.2",
"@octokit/rest": "^20.0.2",
"astro": "^4.0.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.3.3",
"vue": "^3.2.30"
},
"devDependencies": {
"@iconify-json/arcticons": "^1.1.85",
"@iconify-json/ic": "^1.1.16",
"@iconify-json/mdi": "^1.1.60",
"@iconify/icons-arcticons": "^1.2.77",
"astro-icon": "next"
}
}