support-formatter-ui/package.json
Firq c673555f40
All checks were successful
/ checking (push) Successful in 11s
/ build-site (push) Successful in 1m3s
/ create-release (push) Successful in 2m24s
/ check-tag (push) Successful in 3s
Switched API
2024-10-04 00:17:11 +02:00

23 lines
528 B
JSON

{
"name": "support-formatter-ui",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/sitemap": "^3.2.0",
"@fontsource/work-sans": "^5.1.0",
"astro": "^4.15.11",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"postcss-preset-env": "^9.6.0",
"typescript": "^5.6.2"
}
}