sveaflet
Version:
Sveaflet = Svelte + Leaflet
135 lines (134 loc) • 3.73 kB
JSON
{
"name": "sveaflet",
"version": "0.1.4",
"author": {
"name": "GrayFrost",
"email": "garyfrost4321@gmail.com",
"url": "https://github.com/GrayFrost"
},
"bugs": "https://github.com/GrayFrost/sveaflet/issues",
"homepage": "https://sveaflet.vercel.app/",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"package:publish": "git push --follow-tags origin main && npm publish",
"release-major": "standard-version --release-as major",
"release-minor": "standard-version --release-as minor",
"release-patch": "standard-version --release-as patch"
},
"keywords": [
"svelte",
"sveltekit",
"leaflet",
"map",
"circle",
"circlemarker",
"control",
"attribution",
"layers",
"scale",
"zoom",
"divicon",
"geojson",
"icon",
"imageoverlay",
"layergroup",
"marker",
"polygon",
"polyline",
"popup",
"rectangle",
"svgoverlay",
"tilelayer",
"wms",
"tooltip",
"videooverlay"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GrayFrost/sveaflet.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"leaflet": "^1.9.4",
"svelte": "^4.0.0 || ^5.0.0-next.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/svelte": "^5.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.14.1",
"@types/nprogress": "^0.2.3",
"@types/testing-library__jest-dom": "^6.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.1",
"flowbite-svelte-icons": "^1.6.1",
"geojson": "^0.5.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.1",
"mdsvex": "^0.11.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"publint": "^0.1.9",
"standard-version": "^9.5.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-jester": "^5.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"geojson": "^0.5.0",
"mdsvexamples": "^0.5.0",
"nprogress": "^0.2.0",
"svelte-meta-tags": "^4.1.0"
}
}