sudovanilla-website/package.json

26 lines
630 B
JSON
Raw Normal View History

2024-05-13 22:34:06 -05:00
{
"name": "sudovanilla-org",
2024-05-13 22:34:06 -05:00
"type": "module",
"version": "2024.12.5",
2024-05-13 22:34:06 -05:00
"scripts": {
2024-12-10 16:55:35 -05:00
"start": "astro preview --host 192.168.1.172",
"dev": "astro dev"
2024-05-13 22:34:06 -05:00
},
"dependencies": {
2024-11-19 20:11:02 -05:00
"@astrojs/mdx": "^3.1.9",
2024-11-20 22:19:59 -05:00
"@astrojs/node": "^8.3.4",
2024-11-26 00:15:12 -05:00
"@astrojs/vue": "^4.5.3",
2024-11-19 20:11:02 -05:00
"@iconoir/vue": "^7.10.0",
2024-11-26 21:22:37 -05:00
"@sudovanilla/errors": "^3.0.0",
2024-12-10 15:24:44 -05:00
"@sudovanilla/pandora": "^1.7.4",
2024-11-26 00:15:12 -05:00
"@tryghost/content-api": "^1.11.21",
"astro": "^4.16.14",
2024-09-19 12:43:34 -05:00
"astro-color-mode": "^0.7.1",
2024-05-13 22:34:06 -05:00
"astro-robots-txt": "^1.0.0",
2024-08-27 00:50:27 -05:00
"astro-tooltips": "^0.6.2",
2024-11-19 20:11:02 -05:00
"vue": "^3.5.13"
2024-05-13 22:34:06 -05:00
},
"devDependencies": {
2024-11-19 20:11:02 -05:00
"sass": "^1.81.0"
2024-05-13 22:34:06 -05:00
}
}