svelte-5-select
Version:
A <Select> component for Svelte 5 apps
99 lines (98 loc) • 3.22 kB
JSON
{
"name": "svelte-5-select",
"version": "1.0.0-beta.1",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/IDontKnowMyUsername/svelte-5-select.git",
"description": "A <Select> component for Svelte 5 apps",
"scripts": {
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"dev": "vite dev",
"build": "vite build",
"build:lib": "vite build --config vite.lib.config.ts",
"coverage": "vitest run --coverage",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"gen:docs": "node docs/generate_theming_variables_md.cjs",
"package": "svelte-kit sync && svelte-package",
"preprepare": "tsx src/remove-styles.ts",
"prepare": "svelte-package",
"postprepare": "tsx src/post-prepare.ts && npm run gen:docs",
"release": "release-it"
},
"devDependencies": {
"@sveltejs/adapter-auto": "7.0.0",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.48.2",
"@sveltejs/package": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "6.2.1",
"@testing-library/svelte": "^5.2.8",
"@testing-library/user-event": "^14.6.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.21",
"cross-env": "^10.1.0",
"find-in-files": "^0.5.0",
"fuse.js": "^7.1.0",
"happy-dom": "^20.0.8",
"npm-check-updates": "^19.1.2",
"postcss": "^8.5.6",
"postcss-load-config": "^6.0.1",
"prettier": "~3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"release-it": "^19.0.5",
"svelte-check": "^4.3.3",
"svelte-highlight": "^7.9.0",
"svelte-preprocess": "^6.0.3",
"sveltekit-superforms": "^2.28.0",
"svelte-virtual-list": "^3.0.1",
"svelte2tsx": "^0.7.45",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"zod": "^3.25.76"
},
"author": "https://github.com/IDontKnowMyUsername/svelte-5-select, https://github.com/kodaicoder, Robert Balfré <rob.balfre@gmail.com> (https://github.com/rob-balfre)",
"license": "ISC",
"homepage": "https://github.com/IDontKnowMyUsername/svelte-5-select#readme",
"bugs": {
"url": "https://github.com/IDontKnowMyUsername/svelte-5-select/issues"
},
"keywords": [
"svelte",
"svelte5",
"select",
"dropdown",
"component",
"select-component"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"svelte": "./dist/index.js",
"files": [
"dist"
],
"peerDependencies": {
"svelte": "^5.41.2",
"tailwindcss": "^4.1.16"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
}
},
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"svelte-floating-ui": "1.6.2"
},
"packageManager": "pnpm@10.20.0"
}