support-formatter-ui/package.json
Firq 039a64e116
All checks were successful
/ checking (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ build-site (push) Successful in 59s
/ create-release (push) Successful in 1h11m3s
First UI implementation
2024-10-03 21:56:37 +02:00

23 lines
528 B
JSON

{
"name": "support-formatter-ui",
"type": "module",
"version": "0.1.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"
}
}