mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev --port 3000",
|
|
"start": "astro preview --port 3000",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview --port 3000",
|
|
"wrangler": "wrangler",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/cloudflare": "^12.1.0",
|
|
"@astrojs/react": "^4.1.2",
|
|
"@astrojs/rss": "^4.0.10",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^5.1.4",
|
|
"@fontsource/bricolage-grotesque": "^5.1.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"astro": "^5.1.1",
|
|
"astro-navbar": "^2.3.7",
|
|
"autoprefixer": "10.4.14",
|
|
"date-fns": "^4.1.0",
|
|
"free-astro-components": "^1.1.1",
|
|
"lucide-astro": "^0.460.0",
|
|
"motion": "^11.13.5",
|
|
"postcss": "8.4.21",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^3.94.0"
|
|
}
|
|
}
|