UNPKG

@watergis/maplibre-gl-sky

Version:
87 lines 2.64 kB
{ "name": "@watergis/maplibre-gl-sky", "description": "This repository is to add sky color to maplibre-gl-js smartly", "version": "0.0.9", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/maplibre-gl-sky.es.js", "require": "./dist/maplibre-gl-sky.umd.js" } }, "files": [ "dist", "package.json" ], "keywords": [ "maplibre", "maplibre-gl-js", "sky" ], "repository": { "type": "git", "url": "git+https://github.com/watergis/maplibre-gl-sky.git" }, "author": "Jin IGARASHI", "license": "MIT", "bugs": { "url": "https://github.com/watergis/maplibre-gl-sky/issues" }, "homepage": "https://github.com/watergis/maplibre-gl-sky/tree/main/packages/maplibre-gl-sky#readme", "devDependencies": { "@changesets/cli": "^2.27.10", "@floating-ui/dom": "1.6.12", "@skeletonlabs/skeleton": "2.10.3", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/kit": "^2.9.1", "@sveltejs/vite-plugin-svelte": "^5.0.1", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/eslint": "^9.6.1", "@types/node": "22.10.1", "@types/suncalc": "^1.9.2", "@watergis/maplibre-center-icon": "^3.0.1", "autoprefixer": "10.4.20", "dayjs": "^1.11.13", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.46.1", "globals": "^15.13.0", "highlight.js": "11.10.0", "lefthook": "^1.9.0", "maplibre-gl": "^4.7.1", "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", "sass-embedded": "^1.82.0", "svelte": "^5.10.0", "svelte-check": "^4.1.1", "svelte-vertical-timeline": "^2.0.0", "tailwindcss": "3.4.16", "typescript": "^5.7.2", "typescript-eslint": "^8.18.0", "vite": "^6.0.3", "vite-plugin-tailwind-purgecss": "0.3.5" }, "dependencies": { "maplibre-gl": "^4.7.1", "suncalc": "^1.9.0" }, "type": "module", "engines": { "pnpm": "^9.0.0" }, "scripts": { "dev": "vite dev", "build": "npm run build:doc && npm run package", "build:doc": "vite build --config vite.config.ts", "preview": "vite preview", "package": "tsc --project tsconfig.lib.json && vite build --config vite.lib.config.ts", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", "release": "changeset publish" } }