- Downgraded Tailwind CSS to version 3.4.17 for compatibility. - Updated various dependencies to resolve version conflicts and ensure smooth operation. - Added missing types for Node.js to enhance type safety. - Improved the theming system using CSS custom properties (variables) for better customization and dark mode support. - Refactored styles in `app.css` to improve maintainability and readability. Updated the color palette to enhance the user experience. - Updated the PostCSS configuration to use the new Tailwind CSS version. - Updated component styles to utilize the new theming system.
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "sweb",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate-nav": "bun scripts/generateNavData.ts",
|
|
"predev": "bun run generate-nav",
|
|
"dev": "vite",
|
|
"prebuild": "bun run generate-nav",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
|
|
"check:scripts": "tsc -p tsconfig.scripts.json --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"@types/node": "^22.15.17",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"svelte": "^5.28.1",
|
|
"svelte-check": "^4.1.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.6",
|
|
"@tailwindcss/vite": "^4.1.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-svelte": "^0.509.0",
|
|
"marked": "^15.0.11",
|
|
"shadcn-svelte": "^0.14.2",
|
|
"tailwind-merge": "^3.2.0"
|
|
}
|
|
} |