svelte-table-pagination
Version:
Svelte component to create and manage table and pagination.
62 lines • 1.58 kB
JSON
{
"name": "svelte-table-pagination",
"description": "Svelte component to create and manage table and pagination.",
"version": "0.0.2",
"keywords": [
"table",
"pagination",
"table-pagination",
"sveltekit",
"svelte"
],
"author": {
"name": "kuiper",
"email": "kofkuiper@gmail.com",
"url": "https://github.com/kofkuiper"
},
"main": "index.ts",
"repository": {
"url": "https://github.com/kofkuiper/svelte-table-pagination"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^3.54.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/package": "^2.0.0",
"publint": "^0.1.9",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.0",
"hastscript": "^7.2.0",
"mdsvex": "^0.10.6",
"mdsvexamples": "^0.3.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
}
}