mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
chore: remove astro tw and add vite tw deps
This commit is contained in:
parent
5286397e79
commit
53e2d24a99
5 changed files with 393 additions and 328 deletions
|
@ -1,11 +1,12 @@
|
|||
import react from '@astrojs/react'
|
||||
import sitemap from '@astrojs/sitemap'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import { defineConfig } from 'astro/config'
|
||||
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), react(), sitemap()],
|
||||
integrations: [react(), sitemap()],
|
||||
site: 'https://zen-browser.app',
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
|
@ -26,5 +27,7 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
})
|
||||
|
|
|
@ -81,7 +81,8 @@
|
|||
"*.bundle.js",
|
||||
"package-lock.json",
|
||||
"yarn.lock",
|
||||
"pnpm-lock.yaml"
|
||||
"pnpm-lock.yaml",
|
||||
"pnpm-workspace.yaml"
|
||||
],
|
||||
"allowCompoundWords": true,
|
||||
"dictionaries": ["typescript", "node", "html", "css", "bash", "npm", "es-es"],
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
"@astrojs/react": "^4.3.0",
|
||||
"@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",
|
||||
"@tailwindcss/vite": "^4.1.8",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"astro": "5.7.10",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"react-dom": "^19.1.0",
|
||||
"sharp": "0.33.5",
|
||||
"tailwind-merge": "3.3.0",
|
||||
"tailwindcss": "3.4.15",
|
||||
"tailwindcss": "4.1.8",
|
||||
"typescript": "5.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
702
pnpm-lock.yaml
generated
702
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -1,2 +1,7 @@
|
|||
onlyBuiltDependencies:
|
||||
- "@tailwindcss/oxide"
|
||||
- esbuild
|
||||
- lefthook
|
||||
- sharp
|
||||
- unrs-resolver
|
||||
- workerd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue