mail-templates/frontend/package.json

26 lines
631 B
JSON
Raw Normal View History

2024-11-11 18:05:00 +00:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"tailwindcss-bg-patterns": "^0.3.0",
"tslib": "^2.8.0",
"typescript": "~5.6.2",
"vite": "^5.4.10"
}
}