41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "billdiscountservices",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"start": "bun run ./build/index",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.292",
|
|
"@sveltejs/adapter-static": "^3.0.9",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"bits-ui": "^1.0.0-next.77",
|
|
"clsx": "^2.1.1",
|
|
"lucide-svelte": "^0.469.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.2",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwind-variants": "^0.3.0",
|
|
"tailwindcss": "^3.4.9",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.4.11"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"unplugin-icons": "^0.22.0"
|
|
}
|
|
}
|