react-bkoi-gl
Version:
React components for Barikoi GL JS
92 lines • 2.49 kB
JSON
{
"name": "react-bkoi-gl",
"version": "2.0.0",
"updatedAt": "12-05-2025 5:19:02 PM",
"engines": {
"node": ">=18.13.0"
},
"description": "React components for Barikoi GL JS",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"./styles": {
"types": "./dist/styles/index.d.ts",
"import": "./dist/styles/react-bkoi-gl.css",
"default": "./dist/styles/react-bkoi-gl.css"
}
},
"author": "barikoi",
"readme": "README.md",
"license": "MIT",
"homepage": "https://docs.barikoi.com/docs/maps-api",
"files": [
"src",
"dist",
"README.md"
],
"scripts": {
"typecheck": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist && mkdir -p dist",
"build": "ocular-clean && ocular-build && node scripts/modify-css.js",
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"test": "npm run typecheck && jest",
"coverage": "jest --coverage --passWithNoTests",
"update-version": "node scripts/update-version.cjs"
},
"dependencies": {
"@maplibre/maplibre-gl-style-spec": "^23.2.1",
"maplibre-gl": "^5.4.0"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react": "^16.0.0",
"babel-jest": "^29.7.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ocular-dev-tools": "2.0.0-alpha.15",
"puppeteer": "^22.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"tape-promise": "^4.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.0.0"
},
"keywords": [
"barikoi",
"bkoi-gl",
"react",
"react-bkoi-gl",
"react bkoi"
],
"repository": {
"type": "git",
"url": "https://github.com/barikoi/react-bkoi-gl.git"
},
"overrides": {
"@testing-library/react-hooks": {
"react": "$react",
"react-dom": "$react-dom",
"react-test-renderer": "$react-test-renderer"
}
}
}