UNPKG

@impargo/react-here-maps

Version:
86 lines (85 loc) 2.43 kB
{ "name": "@impargo/react-here-maps", "version": "4.3.0", "description": "React.js HERE Maps component", "main": "dist/main.js", "scripts": { "prepublishOnly": "tsc", "build": "tsc", "lint": "eslint 'src/**/*.{js,ts,tsx}' 'tests/**/*.{js,ts,tsx}' 'testbench/**/*.{js,ts,tsx}'", "dev": "parcel testbench/index.html", "test": "jest", "test:coverage": "jest --coverage", "test:coverage:ci": "jest --reporters=default --reporters=jest-junit --coverage --colors --collectCoverageFrom=src/**/*.{ts,tsx}" }, "repository": { "type": "git", "url": "git+https://github.com/impargo/react-here-maps.git" }, "keywords": [ "React.js", "React", "react-component", "react", "component", "here", "map", "maps", "heremap", "here-map", "heremaps", "here-maps", "here", "map", "here", "maps" ], "author": "Josh-ES", "license": "MIT", "bugs": { "url": "https://github.com/impargo/react-here-maps/issues" }, "homepage": "https://github.com/impargo/react-here-maps#readme", "devDependencies": { "@impargo/eslint-config": "^1.4.0", "@swc/core": "^1.10.1", "@swc/jest": "^0.2.37", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/jest": "^29.5.14", "@types/lodash": "^4.14.68", "@types/node": "^14.14.8", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "canvas": "^2.11.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "parcel": "^2.13.3", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.0.5", "whatwg-fetch": "^3.6.20" }, "dependencies": { "@here/maps-api-for-javascript": "^1.66.0", "lodash": "^4.15.0" }, "peerDependencies": { "react": ">=17", "react-dom": ">=17" }, "jest-junit": { "outputDirectory": "reports", "outputName": "jest-junit.xml", "ancestorSeparator": " › ", "uniqueOutputName": "false", "suiteNameTemplate": "{filepath}", "classNameTemplate": "{classname}", "titleTemplate": "{title}" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }