UNPKG

@carto/react-core

Version:
85 lines (84 loc) 2.38 kB
{ "name": "@carto/react-core", "version": "3.1.0-alpha.16", "description": "CARTO for React - Core", "author": "CARTO Dev Team", "keywords": [ "carto", "react", "core" ], "repository": { "type": "git", "url": "https://github.com/CartoDB/carto-react.git" }, "license": "MIT", "main": "dist/index.js", "files": [ "dist", "src" ], "directories": { "lib": "src", "test": "__tests__" }, "types": "src/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "webpack --config webpack.config.js", "build:watch": "webpack --config webpack.config.js --watch", "lint": "eslint 'src/**/*.{js,jsx}'", "lint:fix": "eslint 'src/**/*.{js,jsx}' --fix", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --collectCoverage", "precommit": "lint-staged" }, "devDependencies": { "@babel/core": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/plugin-transform-runtime": "^7.13.9", "@babel/preset-env": "^7.13.9", "@babel/preset-react": "^7.12.13", "@loaders.gl/gis": "^2.3.13", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", "@testing-library/user-event": "^12.8.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-config-react-app": "^6.0.0", "eslint-loader": "^4.0.2", "eslint-plugin-flowtype": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.3", "webpack": "^5.24.2", "webpack-cli": "^4.5.0" }, "dependencies": { "@babel/runtime": "^7.13.9" }, "peerDependencies": { "@deck.gl/carto": "^9.0.1", "@turf/bbox-clip": "^6.3.0", "@turf/bbox-polygon": "^6.3.0", "@turf/boolean-intersects": "^6.3.0", "@turf/boolean-within": "^6.3.0", "@turf/helpers": "^6.3.0", "@turf/intersect": "^6.3.0", "@turf/invariant": "^6.3.0", "@turf/union": "^6.3.0", "h3-js": "^3.7.2", "quadbin": "^0.1.9" }, "gitHead": "9bb9c37863155a3b6f6acf3d3870a1a0bb63e87a" }