mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
64 lines
1.9 KiB
JSON
64 lines
1.9 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",
|
|
"lint": "biome lint ./src",
|
|
"format": "biome format ./src",
|
|
"prepare": "husky",
|
|
"test": "npx vitest run",
|
|
"test:coverage": "npx vitest --coverage",
|
|
"test:playwright": "npx playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/cloudflare": "^12.5.2",
|
|
"@astrojs/preact": "^4.0.11",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.3.1",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@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",
|
|
"astro": "^5.7.10",
|
|
"astro-navbar": "^2.3.7",
|
|
"autoprefixer": "10.4.14",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"free-astro-components": "^1.1.1",
|
|
"lucide-astro": "^0.460.0",
|
|
"lucide-react": "^0.475.0",
|
|
"motion": "^11.13.5",
|
|
"postcss": "^8.5.1",
|
|
"preact": "^10.26.2",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@playwright/test": "^1.52.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.15.18",
|
|
"@vitest/coverage-istanbul": "^3.1.3",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^26.1.0",
|
|
"lint-staged": "^15.2.7",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.1.3",
|
|
"wrangler": "^3.94.0"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{ts,tsx,astro,js,jsx}": ["biome check --write ."]
|
|
}
|
|
}
|