watzon.tech/package.json

29 lines
710 B
JSON
Raw Normal View History

2023-09-21 04:33:27 +00:00
{
"name": "watzon-tech",
2023-12-08 21:30:53 +00:00
"type": "module",
"version": "0.0.1",
2023-09-21 04:33:27 +00:00
"scripts": {
2023-12-08 21:30:53 +00:00
"dev": "astro dev",
2023-09-21 04:33:27 +00:00
"start": "astro dev",
2023-12-08 21:30:53 +00:00
"build": "astro check && astro build",
2023-09-21 04:33:27 +00:00
"preview": "astro preview",
2023-12-08 21:30:53 +00:00
"astro": "astro"
2023-09-21 04:33:27 +00:00
},
"dependencies": {
2023-12-08 21:30:53 +00:00
"@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",
"astro": "^4.0.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.3.3"
2023-09-21 04:33:27 +00:00
},
"devDependencies": {
2023-12-08 21:30:53 +00:00
"@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"
2023-09-21 04:33:27 +00:00
}
2023-12-08 21:30:53 +00:00
}