firq-dev-website/package.json

21 lines
380 B
JSON
Raw Normal View History

2023-01-15 16:53:19 +00:00
{
2023-01-23 19:09:29 +00:00
"name": "@firq/fgosite",
2023-01-23 19:07:06 +00:00
"type": "module",
2023-12-20 23:16:39 +00:00
"version": "0.1.7",
2023-01-23 19:07:06 +00:00
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7",
"iconoir": "^6.1.0",
"typescript": "^5.3.3"
2023-01-23 19:07:06 +00:00
}
2023-01-15 16:53:19 +00:00
}